Răsfoiți Sursa

Added fn_details_glibc

Daniel Gibbs 11 ani în urmă
părinte
comite
b905fc3225
1 a modificat fișierele cu 7 adăugiri și 2 ștergeri
  1. 7 2
      functions/fn_functions

+ 7 - 2
functions/fn_functions

@@ -2,7 +2,7 @@
 # LGSM fn_functions function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-# Version: 200615
+# Version: 150715
 
 # 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.
@@ -92,6 +92,11 @@ functionfile="${FUNCNAME}"
 fn_runfunction
 }
 
+fn_details_glibc(){
+functionfile="${FUNCNAME}"
+fn_runfunction
+}
+
 fn_deps_detect(){
 functionfile="${FUNCNAME}"
 fn_runfunction
@@ -300,4 +305,4 @@ fn_runfunction
 }
 
 # Calls on-screen messages
-fn_messages
+fn_messages