Browse Source

corrected UT2004 config name

pull/1123/head
Daniel Gibbs 9 years ago
parent
commit
ea992716ee
  1. 2
      lgsm/functions/install_config.sh

2
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

Loading…
Cancel
Save