Daniel Gibbs před 10 roky
rodič
revize
8163ca002f
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      functions/core_functions.sh

+ 6 - 1
functions/core_functions.sh

@@ -2,7 +2,7 @@
 # LGSM core_functions.sh function
 # LGSM core_functions.sh function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
-lgsm_version="020216"
+lgsm_version="030116"
 
 
 # Description: Defines all functions to allow download and execution of functions using fn_runfunction.
 # 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.
 # This function is called first before any other function. Without this file other functions would not load.
@@ -348,6 +348,11 @@ functionfile="${FUNCNAME}"
 fn_runfunction
 fn_runfunction
 }
 }
 
 
+install_ts3db.sh(){
+functionfile="${FUNCNAME}"
+fn_runfunction
+}
+
 install_ut2k4.sh(){
 install_ut2k4.sh(){
 functionfile="${FUNCNAME}"
 functionfile="${FUNCNAME}"
 fn_runfunction
 fn_runfunction