Update scripts/start-server.sh

This commit is contained in:
2023-07-13 08:09:00 +02:00
parent dcd70dd299
commit 05f20eac1e

View File

@@ -65,4 +65,4 @@ echo "---Server ready---"
echo "---Start Server---"
cd ${SERVER_DIR}
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT}
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port -nographics -batchmode ${GAME_PORT}