From 713a899b2c70b45cc86565c02deee9218dba7269 Mon Sep 17 00:00:00 2001 From: ich777 Date: Thu, 13 Jul 2023 08:29:20 +0200 Subject: [PATCH] Update scripts/start-server.sh --- scripts/start-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-server.sh b/scripts/start-server.sh index 8c11d6c..b0b2c50 100644 --- a/scripts/start-server.sh +++ b/scripts/start-server.sh @@ -65,4 +65,4 @@ echo "---Server ready---" echo "---Start Server---" cd ${SERVER_DIR} -${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port -nographics -batchmode ${GAME_PORT} \ No newline at end of file +${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT} \ No newline at end of file