소스 검색

added fn_install_gslt

Daniel Gibbs 10 년 전
부모
커밋
73eea9d213
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      functions/fn_functions

+ 6 - 1
functions/fn_functions

@@ -2,7 +2,7 @@
 # LGSM fn_functions function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-# Version: 150715
+# Version: 091215
 
 # 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.
@@ -219,6 +219,11 @@ functionfile="${FUNCNAME}"
 fn_runfunction
 }
 
+fn_install_gslt(){
+functionfile="${FUNCNAME}"
+fn_runfunction
+}
+
 fn_install_header(){
 functionfile="${FUNCNAME}"
 fn_runfunction