소스 검색

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