Removed accidentally committed change. Needs more investigating

Dieser Commit ist enthalten in:
EvilSeph 2012-01-21 18:52:32 -05:00
Ursprung 4f02563c63
Commit 51b29eff06

Datei anzeigen

@ -241,7 +241,6 @@ public class EntityTrackerEntry {
if (this.tracker instanceof EntityItem) {
EntityItem entityitem = (EntityItem) this.tracker;
if (entityitem.dead|| entityitem.itemStack == null) return null; // CraftBukkit
Packet21PickupSpawn packet21pickupspawn = new Packet21PickupSpawn(entityitem);
entityitem.locX = (double) packet21pickupspawn.b / 32.0D;