summarylogtreecommitdiffstats
path: root/dofus-beta.sh
diff options
context:
space:
mode:
authorYaohan Chen2018-09-22 04:24:16 -0400
committerYaohan Chen2018-09-22 04:24:16 -0400
commit7fe24d8e83fd22f092ce9444f882238648f8489c (patch)
tree284d8fa26a72ab1a90f2c20c3e3effa933e56335 /dofus-beta.sh
parent3e98ccffdd3e31964b77acb74a22447ac58af8a2 (diff)
downloadaur-dofus-beta.tar.gz
Update dependencies, remove Air wrapper
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" "$@"