Prechádzať zdrojové kódy

added info_parms.sh

Daniel Gibbs 10 rokov pred
rodič
commit
430a648f50
1 zmenil súbory, kde vykonal 6 pridanie a 1 odobranie
  1. 6 1
      lgsm/functions/core_functions.sh

+ 6 - 1
lgsm/functions/core_functions.sh

@@ -2,7 +2,7 @@
 # LGSM core_functions.sh function
 # LGSM core_functions.sh function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 # 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.
 # 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.
 # 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
 fn_fetch_function
 }
 }
 
 
+info_parms.sh(){
+functionfile="${FUNCNAME}"
+fn_fetch_function
+}
+
 info_ts3status.sh(){
 info_ts3status.sh(){
 functionfile="${FUNCNAME}"
 functionfile="${FUNCNAME}"
 fn_fetch_function
 fn_fetch_function