Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MythicCraft
MythicCosmetics
Commits
1569d683
Commit
1569d683
authored
2 years ago
by
Ashijin
Browse files
Options
Download
Email Patches
Plain Diff
Fixed emotes on 1.17, improved 1.17 support
parent
6962f8b0
master
Terminated/dev
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugin/src/main/java/io/lumine/cosmetics/managers/AbstractCosmetic.java
...n/java/io/lumine/cosmetics/managers/AbstractCosmetic.java
+1
-1
No files found.
plugin/src/main/java/io/lumine/cosmetics/managers/AbstractCosmetic.java
View file @
1569d683
...
...
@@ -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
))
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment