fix(build): typo
This commit is contained in:
parent
57ed194122
commit
653c229b85
2 changed files with 2 additions and 4 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue