summarylogtreecommitdiffstats
path: root/tibia-starter.patch
blob: 72c0b0f6cee94cbdd3fa38bc1ead4de6d99a6883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/tibia-11.20.4789/start-tibia.sh
+++ b/tibia-11.20.4789/start-tibia.sh
@@ -3,8 +3,6 @@
 # Adapts library load path to include Qt libraries found in the root folder of the client's binary file.
 # client shouldn't be called directly to prevent needed libraries not being found.
 
-SCRIPT=$(readlink -f "$0")
-PATH=$(dirname "$SCRIPT")
-BIN_PATH="$PATH/bin"
+BIN_PATH="/opt/Tibia/bin"
 
 LD_LIBRARY_PATH="$BIN_PATH" exec "$BIN_PATH/client"