Advertisement
Camer047

Untitled

Dec 30th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. int temptokens = map.get(playeruuid).intValue();
  2. map.remove(playeruuid);
  3. int finaltokens = temptokens - amount;
  4. map.put(playeruuid, finaltokens);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement