This commit is contained in:
Boos 2011-12-31 14:16:52 +01:00
parent 420e649f70
commit e11751193b

View File

@ -192,7 +192,7 @@ public class boosCoolDownPlayerListener extends PlayerListener {
public static boolean hasMoved(Player player) {
Location curloc = player.getLocation();
Location cmdloc = playerloc.get(player.getName());
Location cmdloc = playerloc.get(player.getName() + "@");
if(cmdloc.distanceSquared(curloc) > 2 ) {
return true;
}