fix(build): typo
This commit is contained in:
parent
57ed194122
commit
653c229b85
2 changed files with 2 additions and 4 deletions
|
@ -128,7 +128,7 @@ tasks {
|
||||||
|
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
url("https://download.luckperms.net/1539/bukkit/loader/LuckPerms-Bukkit-5.4.126.jar")
|
url("https://download.luckperms.net/1539/bukkit/loader/LuckPerms-Bukkit-5.4.126.jar")
|
||||||
url("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBu²ild/artifact/build/libs/ProtocolLib.jar")
|
url("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar")
|
||||||
}
|
}
|
||||||
|
|
||||||
minecraftVersion("1.20.6")
|
minecraftVersion("1.20.6")
|
||||||
|
|
|
@ -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()) {
|
for (Player online : Bukkit.getOnlinePlayers().stream().filter(op -> op.getUniqueId() != player.getUniqueId()).toList()) {
|
||||||
final Optional<NickoProfile> optionalOnlinePlayerProfile = dataStore.getData(online.getUniqueId());
|
final Optional<NickoProfile> optionalOnlinePlayerProfile = dataStore.getData(online.getUniqueId());
|
||||||
|
|
Loading…
Reference in a new issue