Marvin Lehmann 8 лет назад
Родитель
Сommit
6131a58609
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      lgsm/functions/install_config.sh

+ 6 - 0
lgsm/functions/install_config.sh

@@ -528,4 +528,10 @@ elif [ "${gamename}" == "Wolfenstein: Enemy Territory" ]; then
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_set_config_vars
+elif [ "${gamename}" == "Zombie Panic! Source" ]; then
+	gamedirname="ZombiePanicSource"
+	array_configs+=( server.cfg )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 fi