diff --git a/install-xash3ds.sh b/install-xash3ds.sh index a10e7b1..21af0ad 100644 --- a/install-xash3ds.sh +++ b/install-xash3ds.sh @@ -13,15 +13,15 @@ if [ -z "$1" ] then XASHDS_PORT=27015 else - XASHDS_PORT=$1 + CLIENT=true fi -if [ "$2" == "client" ] -then - CLIENT=true -else - CLIENT=false -fi +#if [ "$2" == "client" ] +#then +# CLIENT=true +#else +# CLIENT=false +#fi