summarylogtreecommitdiffstats
path: root/dofus.sh
diff options
context:
space:
mode:
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" "$@"