readd removal cause for thrown eggs
This commit is contained in:
@@ -10,8 +10,8 @@ import org.bukkit.inventory.ItemStack;
|
||||
public class CraftItem extends CraftEntity implements Item {
|
||||
|
||||
// Paper start
|
||||
private final static int NO_AGE_TIME = (int) Short.MIN_VALUE;
|
||||
private final static int NO_PICKUP_TIME = (int) Short.MAX_VALUE;
|
||||
private final static int NO_AGE_TIME = Short.MIN_VALUE;
|
||||
private final static int NO_PICKUP_TIME = Short.MAX_VALUE;
|
||||
// Paper end
|
||||
|
||||
public CraftItem(CraftServer server, ItemEntity entity) {
|
||||
|
||||
Reference in New Issue
Block a user