MsGamerHD

Untitled

Aug 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1.             Location from = e.getFrom();
  2.             Location to = e.getTo();
  3.            
  4.             if (from.distance(to) > 0.1){
  5.                 p.teleport(to);
  6.             }
Add Comment
Please, Sign In to add comment