Browse Source

Missing stuff

pull/1133/head
Kristian Polso 9 years ago
parent
commit
4047ea2ca3
  1. 5
      lgsm/functions/core_functions.sh
  2. 2
      lgsm/functions/install_server_files.sh

5
lgsm/functions/core_functions.sh

@ -444,6 +444,11 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
update_factorio.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function
}
update_steamcmd.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function

2
lgsm/functions/install_server_files.sh

@ -113,7 +113,7 @@ elif [ "${gamename}" == "Minecraft" ]; then
elif [ "${gamename}" == "Mumble" ]; then
update_mumble.sh
elif [ "${gamename}" == "Factorio" ]; then
update_factorio.sh
update_factorio.sh
elif [ -z "${appid}" ]||[ "${gamename}" == "GoldenEye: Source" ]; then
fn_install_server_files
fi

Loading…
Cancel
Save