Explorar el Código

Corrected game config case

Daniel Gibbs hace 9 años
padre
commit
5672fc16a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/install_config.sh

+ 1 - 1
lgsm/functions/install_config.sh

@@ -452,7 +452,7 @@ elif [ "${gamename}" == "Serious Sam 3: BFE" ]; then
 	fn_set_config_vars
 elif [ "${gamename}" == "Squad" ]; then
 	gamedirname="Squad"
-	array_configs+=( server.cfg )
+	array_configs+=( Server.cfg )
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_set_config_vars