فهرست منبع

adding Counter-Strike: Classic Offensive config

Alexander Hurd 9 سال پیش
والد
کامیت
f6ad588ab7
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      lgsm/functions/install_config.sh

+ 6 - 0
lgsm/functions/install_config.sh

@@ -210,6 +210,12 @@ elif [ "${gamename}" == "Counter-Strike 1.6" ]; then
 	fn_fetch_default_config
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_default_config_remote
 	fn_set_config_vars
 	fn_set_config_vars
+elif [ "${gamename}" == "Counter-Strike: Classic Offensive" ]; then
+	gamedirname="CounterStrikeClassicOffensive"
+	array_configs+=( server.cfg )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 elif [ "${gamename}" == "Counter-Strike: Condition Zero" ]; then
 elif [ "${gamename}" == "Counter-Strike: Condition Zero" ]; then
 	gamedirname="CounterStrikeConditionZero"
 	gamedirname="CounterStrikeConditionZero"
 	array_configs+=( server.cfg )
 	array_configs+=( server.cfg )