From b9d43233bb21cc8d53d7305fce4fe24759949fdb Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 15 Jan 2024 01:57:56 +0100 Subject: [PATCH] https://github.com/FWGS/xash3d-fwgs/commit/a247e139bfeb8699ad4b2b32b1068e839a8d38fc fixed it --- install-xash3d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index cffb924..bb8f800 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -216,7 +216,7 @@ case $XASH_INSTALL_MODE in 0.20) cd ${XASH_GIT_DIR} # as of 14.01.2024 master branch does not compile , going back to last known working commit - test "$XASH_INSTALL_TYPE" == "server" && git checkout 0132eb6e44cb4a414d400c9ba42e5b4a94dcb590 # last with xash binary # last compiles 5ac8f63741c25c73ab771fb10211a320031c12dd + # fixed test "$XASH_INSTALL_TYPE" == "server" && git checkout 0132eb6e44cb4a414d400c9ba42e5b4a94dcb590 # last with xash binary # last compiles 5ac8f63741c25c73ab771fb10211a320031c12dd ;; esac