-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major
-
None
-
Affects Version/s: None
-
CraftBukkit version 3804-Spigot-bed8c61-9a21b0b (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)
-
Yes
TileEntitySign's
public void a(EntityHuman entityhuman, boolean flag, List<FilteredText> list) {
if (!this.w() && entityhuman.ct().equals(this.v()) && this.o != null) {
...
entityhuman.ct().equals(this.v()) should be entityhuman.cs().equals(this.v()) ??
ct() returns String (from UUID.toString(), whereas cs() returns UUID.
TileEntitySign's v() returns UUID.