diff --git a/lgsm/modules/command_update.sh b/lgsm/modules/command_update.sh index dd4db072b..a579cfe8e 100644 --- a/lgsm/modules/command_update.sh +++ b/lgsm/modules/command_update.sh @@ -33,8 +33,8 @@ elif [ "${shortname}" == "vints" ]; then update_vints.sh elif [ "${shortname}" == "ut99" ]; then update_ut99.sh -elif [ "${shortname}" == "xntl" ]; then - update_xntl.sh +elif [ "${shortname}" == "xnt" ]; then + update_xnt.sh else update_steamcmd.sh fi