Browse Source

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

pull/4488/merge
Daniel Gibbs 2 weeks ago
parent
commit
1c91b9b36c
  1. 2
      lgsm/modules/command_check_update.sh

2
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

Loading…
Cancel
Save