diff --git a/functions/core_functions.sh b/functions/core_functions.sh index 8af98c434..698365058 100644 --- a/functions/core_functions.sh +++ b/functions/core_functions.sh @@ -2,7 +2,7 @@ # LGSM core_functions.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="020216" +lgsm_version="030116" # Description: Defines all functions to allow download and execution of functions using fn_runfunction. # This function is called first before any other function. Without this file other functions would not load. @@ -348,6 +348,11 @@ functionfile="${FUNCNAME}" fn_runfunction } +install_ts3db.sh(){ +functionfile="${FUNCNAME}" +fn_runfunction +} + install_ut2k4.sh(){ functionfile="${FUNCNAME}" fn_runfunction