fix(i18n): colors

This commit is contained in:
ineanto 2023-12-07 19:08:13 +01:00
parent 4eecbf416e
commit d0488bae84

View file

@ -49,7 +49,7 @@ public class PlayerInformationItem extends AsyncItem {
} }
return ItemDefaults.getErrorSkullItem(i18n, I18NDict.GUI.Admin.CHECK, return ItemDefaults.getErrorSkullItem(i18n, I18NDict.GUI.Admin.CHECK,
"§c§l?!?", "§cN/A", "§cN/A", "§cN/A" "§c§l?!?", "§7N/A", "§7N/A", "§7N/A"
); );
}); });
this.target = target; this.target = target;