Przeglądaj źródła

Merge branch 'master' of https://github.com/dgibbs64/linuxgameservers

Daniel Gibbs 11 lat temu
rodzic
commit
eb3d9b088f
1 zmienionych plików z 6 dodań i 1 usunięć
  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