Skip to content

Commit

Permalink
Allow even more time?
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Mar 14, 2024
1 parent ff9f892 commit 5d3a61e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void onInitialize() {
final String uuid = player.getUuidAsString();

// Allow a few ticks for the packets to be received
executeIn(world.getServer(), 5, () -> {
executeIn(world.getServer(), 50, () -> {
if (!recievedPlay.remove(uuid)) {
throw new IllegalStateException("Did not receive play response");
}
Expand Down

0 comments on commit 5d3a61e

Please sign in to comment.