mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-6532: Fix Entity#setGlowing
By: md_5 <git@md-5.net>
This commit is contained in:
parent
47c7562765
commit
c799ab1f6e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue