Sfoglia il codice sorgente

added fn_csgofix to fn_functions

Ben Lyall 11 anni fa
parent
commit
df3c71b850
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      functions/fn_functions

+ 6 - 1
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
+fn_messages