From 430a648f507ca0c3ab1bcbbe64101f69a56d17f7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 5 May 2016 23:21:09 +0100 Subject: [PATCH] added info_parms.sh --- lgsm/functions/core_functions.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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