Skip to content

Commit

Permalink
Use srcds_linux directly
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Nov 13, 2023
1 parent 8a081e8 commit 0b04bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csgo/csgo.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}
],
"run": {
"command": "./srcds_run -game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${tvport} +map ${gamemap} -maxplayers_override ${maxplayers} +sv_setsteamaccount ${gslt} -tickrate ${tickrate} +mapgroup ${mapgroup} +game_mode ${gamemode} +game_type ${gametype} -net_port_try 1 -norestart",
"command": "./srcds_linux -game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${tvport} +map ${gamemap} -maxplayers_override ${maxplayers} +sv_setsteamaccount ${gslt} -tickrate ${tickrate} +mapgroup ${mapgroup} +game_mode ${gamemode} +game_type ${gametype} -net_port_try 1 -norestart",
"stop": "exit",
"stdin": {},
"stdout": {}
Expand Down

0 comments on commit 0b04bc4

Please sign in to comment.