Skip to content

Commit

Permalink
Fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jun 25, 2014
1 parent 6b120e2 commit eb70a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CounterStrikeGlobalOffensive/csgoserver
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ip="0.0.0.0"
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){
parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_mode ${gamemode} +game_type ${gametype} +host_workshop_collection ${whcollectionid} +workshop_start_map ${whstartmap} -authkey ${authkey}"

}

#### Advanced Variables ####

Expand Down

0 comments on commit eb70a40

Please sign in to comment.