mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-10 01:18:07 +01:00
refactor(bukkit): change error message for data loading issue
This commit is contained in:
parent
04f76d21a6
commit
5a0945b041
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class BukkitConnectionListener implements Listener {
|
|||
.error("Failed to load user data for %s (%s)", e, event.getName(), event.getUniqueId());
|
||||
|
||||
event.disallow(AsyncPlayerPreLoginEvent.Result.KICK_OTHER, miniMessage.deserialize(
|
||||
"<bold>LightEco</bold> <red>Failed to load your data. Please try again later."
|
||||
"<bold>LightEco</bold> <red>Failed to load your data. Contact a staff member for assistance."
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue