mirror of
https://github.com/LordBoos/boosCooldowns.git
synced 2024-11-01 08:20:32 +01:00
typo
This commit is contained in:
parent
420e649f70
commit
e11751193b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user