瀏覽代碼

Added Natural Selection

Daniel Gibbs 8 年之前
父節點
當前提交
8b9bbe2aa2
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      lgsm/functions/install_config.sh

+ 6 - 0
lgsm/functions/install_config.sh

@@ -404,6 +404,12 @@ elif [ "${gamename}" == "Minecraft" ]; then
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_set_config_vars
+elif [ "${gamename}" == "Natural Selection" ]; then
+	gamedirname="NaturalSelection"
+	array_configs+=( server.cfg )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 elif [ "${gamename}" == "No More Room in Hell" ]; then
 	gamedirname="NoMoreRoominHell"
 	array_configs+=( server.cfg )