From 4d8700f915af33f1d71ba991416e86f284bd02d5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 16 May 2015 10:31:35 +0100 Subject: [PATCH] Added fn_check_steamuser --- functions/fn_functions | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions/fn_functions b/functions/fn_functions index f43b0a867..fa1fb76a3 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: 110415 +# Version: 160515 # 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. @@ -32,6 +32,11 @@ functionfile="${FUNCNAME}" fn_runfunction } +fn_check_steamuser(){ +functionfile="${FUNCNAME}" +fn_runfunction +} + fn_check_systemdir(){ functionfile="${FUNCNAME}" fn_runfunction