This statement:
if [[ $OPTIONS == *9* ]]; then
P_PBOTS="1"
else
P_PBOTS="0"
fi
in getmangos.sh
prevents Playerbots from installing.
The variable should read P_BOTS on both lines instead of P_PBOTS
If this is not the right place to post this, I am sorry.
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now