fix: unreachable case
This commit is contained in:
parent
0160f99ef8
commit
301a449e14
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class NickoCheckSubCmd {
|
|||
if (!appearanceManager.hasData()) {
|
||||
builder.add("§cThis player has not data.");
|
||||
} else {
|
||||
builder.add("§7- §fNicked: " + (appearanceManager.hasData() ? "§a✔" : "§c❌"));
|
||||
builder.add("§7- §fNicked: §a✔");
|
||||
builder.add("§7- §fName: §6" + appearanceManager.getName());
|
||||
builder.add("§7- §fSkin: §6" + appearanceManager.getSkin());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue