Browse Source

added info_parms.sh

pull/820/merge
Daniel Gibbs 9 years ago
parent
commit
430a648f50
  1. 7
      lgsm/functions/core_functions.sh

7
lgsm/functions/core_functions.sh

@ -2,7 +2,7 @@
# LGSM core_functions.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="270216"
lgsm_version="020516"
# Description: Defines all functions to allow download and execution of functions using fn_fetch_function.
# This function is called first before any other function. Without this file other functions would not load.
@ -319,6 +319,11 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
info_parms.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function
}
info_ts3status.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function

Loading…
Cancel
Save