geforkt von Mirrors/Paper
Removed accidentally committed change. Needs more investigating
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren