summarylogtreecommitdiffstats
path: root/dofus.sh
diff options
context:
space:
mode:
authorYaohan Chen2018-09-22 04:13:37 -0400
committerYaohan Chen2018-09-22 04:13:37 -0400
commit0ba7085c8f62d14512a98373e63c9ebeb25de051 (patch)
tree5c384319c14474b529700be7a9a559238633ec36 /dofus.sh
parent2a564c6dbdaf12a96af870e5ea697f093f9037ff (diff)
downloadaur-dofus.tar.gz
Update dependencies, remove Air wrapper
Diffstat (limited to 'dofus.sh')
-rwxr-xr-xdofus.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/dofus.sh b/dofus.sh
index b9f67bea3f6a..0ff28c92d432 100755
--- a/dofus.sh
+++ b/dofus.sh
@@ -1,10 +1,4 @@
#!/bin/sh
game=/opt/ankama/dofus/Dofus
-# Use padsp or the game may not play sounds with PulseAudio
-if which padsp
-then
- padsp "$game" "$@"
-else
- "$game" "$@"
-fi
+"$game" "$@"