SPIGOT-6532: Fix Entity#setGlowing
This commit is contained in:
parent
384e116efc
commit
bc835ae644
@ -928,7 +928,7 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {
|
||||
|
||||
@Override
|
||||
public void setGlowing(boolean flag) {
|
||||
getHandle().setGlowingTag(true);
|
||||
getHandle().setGlowingTag(flag);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user