Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. String input = "_TMB";
  2. boolean singletarget = true;
  3. if((entity.getDisplayName().getUnformattedTextForChat() != input && !singletarget)) {
  4. return false;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement