fix(build): typo

This commit is contained in:
ineanto 2024-06-14 23:01:13 +02:00
parent 57ed194122
commit 653c229b85
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
2 changed files with 2 additions and 4 deletions

View file

@ -61,9 +61,7 @@ public class PlayerJoinListener implements Listener {
));
}
}
}, () -> {
instance.getLogger().warning("Failed to load data for " + player.getName());
});
}, () -> instance.getLogger().warning("Failed to load data for " + player.getName()));
for (Player online : Bukkit.getOnlinePlayers().stream().filter(op -> op.getUniqueId() != player.getUniqueId()).toList()) {
final Optional<NickoProfile> optionalOnlinePlayerProfile = dataStore.getData(online.getUniqueId());