From 628723b21888ed0cc04e2da2520ce0ccba22e80b Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 11 Sep 2022 17:54:01 +0200 Subject: [PATCH] fix --- install-xash3d.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index 1851524..cdb66df 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -373,12 +373,12 @@ fi -case $XASH_INSTALLATION_MODE in +case $XASH_INSTALL_MODE in install) message info "${GREEN}DONE!!${ENDCOLOR} Installation completed without erros." message info "Your ready to run Xash3D installation is located in" message info "${YELLOW}${XASH_INSTALL_DIR}${ENDCOLOR}" - case $XASH_INSTALLATION_TYPE in + case $XASH_INSTALL_TYPE in client) message info "You can run the game with ${YELLOW}'./xash3d'${ENDCOLOR} from the install location" ;;