Improve new Resource-pack API

This commit is contained in:
FivePB
2021-06-05 16:07:24 +02:00
parent df21105701
commit 59b29a075e
4 changed files with 15 additions and 11 deletions

View File

@@ -1000,9 +1000,8 @@ public class ConnectedPlayer implements MinecraftConnectionAssociation, Player {
}
if (!peek) {
CompletableFuture.supplyAsync(() -> {
connection.eventLoop().execute(() -> {
tickResourcePackQueue();
return true;
});
}