summarylogtreecommitdiffstats
path: root/dofus-beta.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dofus-beta.sh')
-rw-r--r--dofus-beta.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/dofus-beta.sh b/dofus-beta.sh
index 52d26c0cac64..5fdca87bcb41 100644
--- a/dofus-beta.sh
+++ b/dofus-beta.sh
@@ -1,10 +1,4 @@
#!/bin/sh
game=/opt/ankama/dofus-beta/DofusBeta
-# Use padsp or the game may not play sounds with PulseAudio
-if which padsp
-then
- padsp "$game" "$@"
-else
- "$game" "$@"
-fi
+"$game" "$@"