From 5e4eec7322f95d8aa5f163c343339dce720de219 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 11 Sep 2022 15:24:55 +0200 Subject: [PATCH] remove old stuff which i forgot to remove --- install-xash3d.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index da7907c..1544195 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -9,9 +9,6 @@ metamod_url="https://github.com/mittorn/metamod-p/releases/download/1/metamod.so amxmod_url="http://www.amxmodx.org/release/amxmodx-$amxmod_version-base-linux.tar.gz" jk_botti_url="http://koti.kapsi.fi/jukivili/web/jk_botti/jk_botti-$jk_botti_version-release.tar.xz" -XASH_BUILD_DIR=$(pwd)/build -XASH_INSTALL_DIR=$XASH_BUILD_DIR/result - for xashvar in BUILD_DIR INSTALL_DIR DS_PORT do xashvarname=XASH_$xashvar