Browse Source

mumble has a config file

pull/1138/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
dcebda85ca
  1. 6
      lgsm/functions/install_config.sh

6
lgsm/functions/install_config.sh

@ -270,7 +270,11 @@ elif [ "${gamename}" == "No More Room in Hell" ]; then
fn_default_config_remote
fn_set_config_vars
elif [ "${gamename}" == "Mumble" ]; then
:
gamedirname="Mumble"
array_configs+=( murmur.ini )
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
elif [ "${gamename}" == "Natural Selection 2" ]; then
:
elif [ "${gamename}" == "NS2: Combat" ]; then

Loading…
Cancel
Save