Browse Source

corrected UT2004 config name

Daniel Gibbs 9 years ago
parent
commit
ea992716ee
1 changed files with 1 additions and 1 deletions
  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
 	fn_default_config_remote
 elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
 elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
 	gamedirname="UnrealTournament2004"
 	gamedirname="UnrealTournament2004"
-	array_configs+=( Default.ini )
+	array_configs+=( UT2004.ini )
 	fn_fetch_default_config
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_default_config_remote
 elif [ "${gamename}" == "Unreal Tournament 3" ]; then
 elif [ "${gamename}" == "Unreal Tournament 3" ]; then