mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 21:19:00 +01:00
Removed accidentally committed change. Needs more investigating
This commit is contained in:
parent
4f02563c63
commit
51b29eff06
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user