Fixed issues with Ender Pearls. This fixes BUKKIT-248 and BUKKIT-264.

This commit is contained in:
EvilSeph
2011-12-11 00:52:55 -05:00
parent 77c07095bd
commit 88d1512507
2 changed files with 7 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
private int cd = -99999999;
private boolean ce = true;
public int cf = -99999999; // Craftbukkit - priv to pub - "lastSentExp"
private int cg = 60;
public int cg = 60; // CraftBukkit - private to public; temporary until we get an API out
private ItemStack[] ch = new ItemStack[] { null, null, null, null, null};
private int ci = 0;
public boolean h;