|
@@ -2,7 +2,7 @@
|
|
|
# LGSM fn_functions function
|
|
# LGSM fn_functions function
|
|
|
# Author: Daniel Gibbs
|
|
# Author: Daniel Gibbs
|
|
|
# Website: http://gameservermanagers.com
|
|
# Website: http://gameservermanagers.com
|
|
|
-lgsm_version="061115"
|
|
|
|
|
|
|
+lgsm_version="201215"
|
|
|
|
|
|
|
|
# Description: Defines all functions to allow download and execution of functions using fn_runfunction.
|
|
# 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.
|
|
# This function is called first before any other function. Without this file other functions would not load.
|
|
@@ -102,6 +102,11 @@ functionfile="${FUNCNAME}"
|
|
|
fn_runfunction
|
|
fn_runfunction
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+fn_debug_dev(){
|
|
|
|
|
+functionfile="${FUNCNAME}"
|
|
|
|
|
+fn_runfunction
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
fn_deps_detect(){
|
|
fn_deps_detect(){
|
|
|
functionfile="${FUNCNAME}"
|
|
functionfile="${FUNCNAME}"
|
|
|
fn_runfunction
|
|
fn_runfunction
|