mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
Update players when potion effects are moved from them. Fixes BUKKIT-789
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user