Skip to content

Commit

Permalink
Remove some debug scrap
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
Morphan1 committed Jan 3, 2015
1 parent 55dd6a9 commit 0172055
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -109,8 +109,7 @@ public static void walkTo(Entity entity, Location location, double speed) {
followerNavigation.a(2D);
}
if (!Utilities.checkLocation(location, entity.getLocation(), 20)) {
//entity.teleport(location);
Bukkit.getServer().broadcastMessage("15+");
entity.teleport(location);
}
nmsEntity.getAttributeInstance(GenericAttributes.d).setValue(speed);
}
Expand Down

0 comments on commit 0172055

Please sign in to comment.