Revert "Correct vehicle movement issues." Fixes BUKKIT-4565

This reverts commit 3d906d134417cfeefe7f71b916fee4d105e7650f.

Conflicts:
	src/main/java/net/minecraft/server/EntityTrackerEntry.java
This commit is contained in:
Wesley Wolfe
2013-07-29 12:58:05 -05:00
parent b2be908fbb
commit 69d3362335
2 changed files with 3 additions and 11 deletions

View File

@@ -56,9 +56,9 @@ public class EntityTracker {
} else if (entity instanceof EntityItem) {
this.addEntity(entity, 64, 20, true);
} else if (entity instanceof EntityMinecartAbstract) {
this.addEntity(entity, 80, 2, true); // CraftBukkit - Send updates at same rate as players
this.addEntity(entity, 80, 3, true);
} else if (entity instanceof EntityBoat) {
this.addEntity(entity, 80, 2, true); // CraftBukkit - Send updates at same rate as players
this.addEntity(entity, 80, 3, true);
} else if (entity instanceof EntitySquid) {
this.addEntity(entity, 64, 3, true);
} else if (entity instanceof EntityWither) {