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