Browse Source

removed fn_user_input_config from JC2

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

1
lgsm/functions/install_config.sh

@ -223,7 +223,6 @@ elif [ "${gamename}" == "Just Cause 2" ]; then
array_configs+=( config.lua ) array_configs+=( config.lua )
fn_fetch_default_config fn_fetch_default_config
fn_default_config_remote fn_default_config_remote
fn_user_input_config
elif [ "${gamename}" == "Killing Floor" ]; then elif [ "${gamename}" == "Killing Floor" ]; then
gamedirname="KillingFloor" gamedirname="KillingFloor"
array_configs+=( Default.ini ) array_configs+=( Default.ini )

Loading…
Cancel
Save