Parcourir la source

added new update functions

Daniel Gibbs il y a 10 ans
Parent
commit
036eb31c04
1 fichiers modifiés avec 8 ajouts et 3 suppressions
  1. 8 3
      lgsm/functions/core_functions.sh

+ 8 - 3
lgsm/functions/core_functions.sh

@@ -367,17 +367,22 @@ fn_fetch_function
 
 
 # Update
 # Update
 
 
-update_check.sh(){
+command_update_functions.sh(){
 functionfile="${FUNCNAME}"
 functionfile="${FUNCNAME}"
 fn_fetch_function
 fn_fetch_function
 }
 }
 
 
-command_update_functions.sh(){
+command_update.sh(){
+functionfile="${FUNCNAME}"
+fn_fetch_function
+}
+
+update_ts3.sh(){
 functionfile="${FUNCNAME}"
 functionfile="${FUNCNAME}"
 fn_fetch_function
 fn_fetch_function
 }
 }
 
 
-update_dl.sh(){
+update_steamcmd.sh(){
 functionfile="${FUNCNAME}"
 functionfile="${FUNCNAME}"
 fn_fetch_function
 fn_fetch_function
 }
 }