We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ADDITIONALFLAGS
1 parent 139a167 commit 3b49c52Copy full SHA for 3b49c52
1 file changed
start-server.sh
@@ -69,7 +69,7 @@ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" \
69
-port=${GAMEPORT:-7777} \
70
-QueryPort=${QUERYPORT:-27015} \
71
-MaxPlayers=${MAXPLAYERS:-32} \
72
- &
+ "${ADDITIONALFLAGS}" &
73
74
WRAPPER_PID=$!
75
echo "Server wrapper started with PID $WRAPPER_PID"
0 commit comments