Tweak exception wording

feat/data-edit-commands
William 3 years ago
parent 112e5fe0bd
commit e03a580870

@ -265,7 +265,7 @@ public abstract class OnlineUser extends User {
getStatistics().join(), getLocation().join(), getPersistentDataContainer().join(), getStatistics().join(), getLocation().join(), getPersistentDataContainer().join(),
getMinecraftVersion().toString()))) getMinecraftVersion().toString())))
.exceptionally(exception -> { .exceptionally(exception -> {
logger.log(Level.SEVERE, "Failed to fetch user data for online player " + username + " (" + exception.getMessage() + ")"); logger.log(Level.SEVERE, "Failed to get user data from online player " + username + " (" + exception.getMessage() + ")");
exception.printStackTrace(); exception.printStackTrace();
return Optional.empty(); return Optional.empty();
}); });

Loading…
Cancel
Save