Oops. This doesn't need to be there.

This commit is contained in:
Scetch 2014-07-15 17:17:49 -04:00
parent a367c8f20c
commit 1e6d69b50f

View File

@ -29,7 +29,6 @@ public class WeatherDistance extends PacketAdapter {
double locZ = packetContainer.getIntegers().read(2) / 8;
Location weatherLocation = new Location(player.getWorld(), locX, locY, locZ);
Location location = player.getLocation().clone();
if (player.getLocation().distance(weatherLocation) > 512.0F) {
event.setCancelled(true);