Skip to content

Commit

Permalink
Update entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx authored Dec 23, 2023
1 parent 7564e69 commit dc0c21e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions etc/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,9 @@ bash "${STEAMAPPDIR}/srcds_run" -game "${STEAMAPP}" -console \
-ip "${SRCDS_IP}" \
+tv_record \
+tv_enable 1 \
+clientport "${SRCDS_CLIENT_PORT}" \
+maxplayers "${SRCDS_MAXPLAYERS}" \
+sv_setsteamaccount "${SRCDS_TOKEN}" \
+rcon_password "${SRCDS_RCONPW}" \
+sv_password "${SRCDS_PW}" \
+sv_region "${SRCDS_REGION}" \
-authkey "${SRCDS_WORKSHOP_AUTHKEY}" \
+servercfgfile "${SRCDS_CFG}" \
+mapcyclefile "${SRCDS_MAPCYCLE}" \
Expand Down

0 comments on commit dc0c21e

Please sign in to comment.