diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 7240cfc12..77a3cffb7 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -2,7 +2,7 @@ # LGSM core_functions.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="270216" +lgsm_version="020516" # Description: Defines all functions to allow download and execution of functions using fn_fetch_function. # This function is called first before any other function. Without this file other functions would not load. @@ -319,6 +319,11 @@ functionfile="${FUNCNAME}" fn_fetch_function } +info_parms.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + info_ts3status.sh(){ functionfile="${FUNCNAME}" fn_fetch_function