From b905fc32258a5061f81b33a476fdd6096c3f2ce0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 15 Jul 2015 22:02:11 +0100 Subject: [PATCH] Added fn_details_glibc --- functions/fn_functions | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/functions/fn_functions b/functions/fn_functions index 505fdbcd1..a4f95ddf9 100644 --- a/functions/fn_functions +++ b/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 \ No newline at end of file +fn_messages