BubblesDev Cash Buying Slots Fix

^^^

Junior Spellweaver
Joined
Aug 7, 2009
Messages
104
Reaction score
23
Change
PHP:
                c.getPlayer().modifyCSPoints(toCharge, 4000);

to
PHP:
                c.getPlayer().modifyCSPoints(-toCharge, 4000);
 
Oh wow sorry, Didn't see this, I use something similar, instead i added a - to the 4000 -.-. sorry if you feel i stole or leehed thing from you or anyone.
 
Back