mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 02:35:49 +01:00
Removed accidentally committed change. Needs more investigating
This commit is contained in:
parent
4f02563c63
commit
51b29eff06
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue