Browse Source

added ts3db.sh

pull/605/head
Daniel Gibbs 9 years ago
parent
commit
8163ca002f
  1. 7
      functions/core_functions.sh

7
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

Loading…
Cancel
Save