Merge pull request #135 from osg-lan/main

added tv port
This commit is contained in:
John Edwards 2024-11-03 10:08:17 +00:00 committed by GitHub
commit 7de1841926
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.idea

View file

@ -132,6 +132,7 @@ eval "./cs2" -dedicated \
"${SV_SETSTEAMACCOUNT_ARGS}" \ "${SV_SETSTEAMACCOUNT_ARGS}" \
+sv_password "${CS2_PW}" \ +sv_password "${CS2_PW}" \
+sv_lan "${CS2_LAN}" \ +sv_lan "${CS2_LAN}" \
+tv_port "${TV_PORT}" \
"${CS2_ADDITIONAL_ARGS}" "${CS2_ADDITIONAL_ARGS}"
# Post Hook # Post Hook