diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 2dc622d..be36fc9 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/MonsterController.java b/src/sig/plugin/TwosideKeeper/MonsterController.java index a78c87a..f67a235 100644 --- a/src/sig/plugin/TwosideKeeper/MonsterController.java +++ b/src/sig/plugin/TwosideKeeper/MonsterController.java @@ -149,10 +149,10 @@ public class MonsterController { int nearbyplayers=0; for (Player p : Bukkit.getOnlinePlayers()) { double temp = ent.getLocation().distanceSquared(p.getLocation()); - if (temp<262144) {nearbyplayers++;} + if (temp<4096) {nearbyplayers++;} dist = (temp