Browse Source

Added Call of Duty 4 server config

pull/1227/head
Daniel Gibbs 8 years ago
parent
commit
64e6a08745
  1. 6
      lgsm/functions/install_config.sh

6
lgsm/functions/install_config.sh

@ -182,6 +182,12 @@ elif [ "${gamename}" == "Call of Duty 2" ]; then
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
elif [ "${gamename}" == "Call of Duty 4" ]; then
gamedirname="CallOfDuty4"
array_configs+=( server.cfg )
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
elif [ "${gamename}" == "Call of Duty: World at War" ]; then
gamedirname="CallOfDutyWorldAtWar"
array_configs+=( server.cfg )

Loading…
Cancel
Save