diff --git a/lgsm/config-default/config-lgsm/necserver/_default.cfg b/lgsm/config-default/config-lgsm/necserver/_default.cfg index a433dd934..ccb486116 100644 --- a/lgsm/config-default/config-lgsm/necserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/necserver/_default.cfg @@ -7,7 +7,7 @@ # [instance].cfg - applies settings to a specific instance. #### Game Server Settings #### -worldname="My World" +worldname="MyWorld" port="14159" slots="10" # [1 - 250] Server default slots password="" # Leave blank for no password diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 4e1fc53e3..7f5319313 100755 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -636,8 +636,6 @@ elif [ "${shortname}" == "pz" ]; then fn_list_config_locations elif [ "${shortname}" == "nec" ]; then gamedirname="Necesse" - fn_check_cfgdir - fn_set_config_vars fn_list_config_locations elif [ "${shortname}" == "pc" ]; then gamedirname="ProjectCars" diff --git a/linuxgsm.sh b/linuxgsm.sh index 6a4209b32..499b5352e 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -47,9 +47,9 @@ userinput2="${2}" ## GitHub Branch Select # Allows for the use of different function files # from a different repo and/or branch. -[ -n "${LGSM_GITHUBUSER}" ] && githubuser="${LGSM_GITHUBUSER}" || githubuser="GameServerManagers" +[ -n "${LGSM_GITHUBUSER}" ] && githubuser="${LGSM_GITHUBUSER}" || githubuser="crawford" [ -n "${LGSM_GITHUBREPO}" ] && githubrepo="${LGSM_GITHUBREPO}" || githubrepo="LinuxGSM" -[ -n "${LGSM_GITHUBBRANCH}" ] && githubbranch="${LGSM_GITHUBBRANCH}" || githubbranch="master" +[ -n "${LGSM_GITHUBBRANCH}" ] && githubbranch="${LGSM_GITHUBBRANCH}" || githubbranch="develop" # Check that curl is installed before doing anything if [ ! "$(command -v curl 2> /dev/null)" ]; then