1
0
Fork 0
mirror of https://github.com/xHyroM/lighteco.git synced 2024-09-19 21:03:18 +02:00

refactor(bukkit): change error message for data loading issue

This commit is contained in:
xHyroM 2023-08-03 09:52:30 +02:00
parent 04f76d21a6
commit 5a0945b041
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -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."
));
}
}