Page 1 of 1

Fixed RPBPToken Reciever

PostPosted: Mon Aug 08, 2011 10:04 am
by Maskim19
Commented out the peace flag which was causing errors

Re: Fixed RPBPToken Reciever

PostPosted: Mon Aug 08, 2011 10:46 am
by Roozzz
//Fixed an error with the Peace flag just commented it out - Maskim19
Just add what you "fixed" to your post please.

Re: Fixed RPBPToken Reciever

PostPosted: Tue Aug 09, 2011 1:46 am
by Ultra2k
old
Code: Select all
Flags = 16; Peace flag.
new
Code: Select all
Flags = eFlags.PEACE; // Peace flag.
i think