Fix lowercase

This commit is contained in:
Refosel
2026-03-28 01:14:58 +03:00
parent 86a12c225b
commit 4ca6935b59

View File

@@ -13,7 +13,7 @@
"steam_disk_space"
],
"docker_images": {
"gitea.refoseltw.ru\/RefoselTeamWork\/games:source": "gitea.refoseltw.ru\/RefoselTeamWork\/games:source"
"gitea.refoseltw.ru\/refoselteamwork\/games:source": "gitea.refoseltw.ru\/refoselteamwork\/games:source"
},
"file_denylist": [],
"startup": "`if [[ -d .git ]] && [[ {{AUTO_GIT_UPDATE}} == \"1\" ]]; then git pull --no-edit > \/dev\/null; fi;` .\/srcds_run_x64 -game garrysmod -console -port {{SERVER_PORT}} +ip 0.0.0.0 +host_workshop_collection {{WORKSHOP_ID}} +map {{SRCDS_MAP}} +gamemode {{GAMEMODE}} -strictportbind -norestart +sv_setsteamaccount {{STEAM_ACC}} +maxplayers {{MAX_PLAYERS}} -tickrate {{TICKRATE}} $( [ \"$LUA_REFRESH\" == \"1\" ] || printf %s '-disableluarefresh' )",