[Linux] Fix playerbots in getmangos.sh. Thanks Tom Peters

This commit is contained in:
Antz 2018-04-07 14:47:39 +01:00
parent cd5c60d822
commit 94cacb2510

View File

@ -815,9 +815,9 @@ function GetBuildOptions()
fi
if [[ $OPTIONS == *9* ]]; then
P_PBOTS="1"
P_BOTS="1"
else
P_PBOTS="0"
P_BOTS="0"
fi
# Verify that at least one scripting library is enabled