From 5423b69d404a065b33dd4b2ff01ef53febf3183d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 28 Aug 2024 15:42:33 +0100 Subject: [PATCH] typo --- lgsm/modules/command_update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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