Skip to content

Commit 1c91b9b

Browse files
committed
fix:(xnt): add missing code to check-update
1 parent 35db6a8 commit 1c91b9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lgsm/modules/command_check_update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ elif [ "${shortname}" == "vints" ]; then
3232
update_vints.sh
3333
elif [ "${shortname}" == "ut99" ]; then
3434
update_ut99.sh
35+
elif [ "${shortname}" == "xnt" ]; then
36+
update_xnt.sh
3537
else
3638
update_steamcmd.sh
3739
fi

0 commit comments

Comments
 (0)