瀏覽代碼

uf was missing a commandname

Daniel Gibbs 9 年之前
父節點
當前提交
b9f47518b9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lgsm/functions/command_update_functions.sh

+ 1 - 0
lgsm/functions/command_update_functions.sh

@@ -4,6 +4,7 @@
 # Website: https://gameservermanagers.com
 # Description: Deletes the functions dir to allow re-downloading of functions from GitHub.
 
+local commandname="UPDATE LGSM"
 local commandaction="Update LGSM"
 local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"