Explorar o código

corrected UT2004 config name

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
ea992716ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/functions/install_config.sh

+ 1 - 1
lgsm/functions/install_config.sh

@@ -340,7 +340,7 @@ elif [ "${gamename}" == "Unreal Tournament" ]; then
 	fn_default_config_remote
 elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
 	gamedirname="UnrealTournament2004"
-	array_configs+=( Default.ini )
+	array_configs+=( UT2004.ini )
 	fn_fetch_default_config
 	fn_default_config_remote
 elif [ "${gamename}" == "Unreal Tournament 3" ]; then