فهرست منبع

Fixed minor bug

Daniel Gibbs 12 سال پیش
والد
کامیت
eb70a4048d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      CounterStrikeGlobalOffensive/csgoserver

+ 1 - 1
CounterStrikeGlobalOffensive/csgoserver

@@ -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 ####