Guest User

Untitled

a guest
Jun 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public void onServerMessage(String m) {
  2. if(m.contains("have enough coins")) {
  3. log("Ran out of coins");
  4. runnable = false;
  5. }
  6. }
Add Comment
Please, Sign In to add comment