From df3c71b850cf5f22076b7aec265f9ebf23c6ffb6 Mon Sep 17 00:00:00 2001 From: Ben Lyall Date: Wed, 7 Jan 2015 08:46:39 +1100 Subject: [PATCH] added fn_csgofix to fn_functions --- functions/fn_functions | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions/fn_functions b/functions/fn_functions index f408503e3..1aa2d0ae5 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -143,6 +143,11 @@ autoinstall=1 fn_install } +fn_csgofix(){ +functionfile="${FUNCNAME}" +fn_runfunction +} + fn_getquery(){ functionfile="${FUNCNAME}" fn_runfunction @@ -234,4 +239,4 @@ fn_runfunction } # Calls on-screen messages -fn_messages \ No newline at end of file +fn_messages