fix(placeholder): wrong param
This commit is contained in:
parent
52edd9fa65
commit
1a0d2ffdf7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class NickoExpansion extends PlaceholderExpansion {
|
|||
case "name" -> name;
|
||||
case "skin" -> skin;
|
||||
case "locale" -> locale;
|
||||
case "bungeecord" -> String.valueOf(randomSkin);
|
||||
case "random_skin" -> String.valueOf(randomSkin);
|
||||
default -> null;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue