Przeglądaj źródła

added info_parms.sh

Daniel Gibbs 10 lat temu
rodzic
commit
430a648f50
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      lgsm/functions/core_functions.sh

+ 6 - 1
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