Update players when potion effects are moved from them. Fixes BUKKIT-789

This commit is contained in:
Travis Watkins
2012-04-24 18:59:55 -05:00
committed by EvilSeph
parent e98cfbd992
commit 73ae279e8d
2 changed files with 6 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ public abstract class EntityLiving extends Entity {
public int aI = 0;
public int aJ = 0;
public HashMap effects = new HashMap(); // CraftBukkit - protected -> public
private boolean e = true;
public boolean e = true; // CraftBukkit - private -> public
private int f;
private ControllerLook lookController;
private ControllerMove moveController;