Guest User

Untitled

a guest
Oct 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. int length = 0;
  2. if(old !=null){
  3. length = old.length;
  4. }
  5. //((ignore this line, this is just a test))
  6. Bukkit.getPlayer("shellofchaos").sendMessage("name: " +Blocker.getBlockname(loc));
  7. //next line gives an nullpointerexception and it isn't
  8. //Blocker.getBlockname(loc)
  9. old[length] = Blocker.getBlockname(loc);
Add Comment
Please, Sign In to add comment