Commit 1569d683 authored by Ashijin's avatar Ashijin
Browse files

Fixed emotes on 1.17, improved 1.17 support

No related merge requests found
......@@ -125,7 +125,7 @@ public abstract class AbstractCosmetic extends Cosmetic {
desc.add("");
desc.add(Text.colorizeLegacy("<red>Not Unlocked"));
}
return desc;
return desc;
})
.click((prof,player) -> {
if(prof.getPlayer().isOp() || prof.has(this)) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment