浏览代码

fix:(xnt): add missing code to check-update

Daniel Gibbs 1 年之前
父节点
当前提交
1c91b9b36c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lgsm/modules/command_check_update.sh

+ 2 - 0
lgsm/modules/command_check_update.sh

@@ -32,6 +32,8 @@ elif [ "${shortname}" == "vints" ]; then
 	update_vints.sh
 elif [ "${shortname}" == "ut99" ]; then
 	update_ut99.sh
+elif [ "${shortname}" == "xnt" ]; then
+	update_xnt.sh
 else
 	update_steamcmd.sh
 fi