SPIGOT-6615 Fix Glow Item Frame to use EntityTagMeta

By: Doc <nachito94@msn.com>
This commit is contained in:
CraftBukkit/Spigot
2021-07-03 09:33:04 +10:00
parent 5e5d47856a
commit fec9294c47
4 changed files with 4 additions and 1 deletions

View File

@@ -22,6 +22,6 @@ public class CraftGlowItemFrame extends CraftItemFrame implements GlowItemFrame
@Override
public String toString() {
return "CraftGlowItemFrame";
return "CraftGlowItemFrame{item=" + getItem() + ", rotation=" + getRotation() + "}";
}
}