Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanwer committed Oct 21, 2024
2 parents d6d2da4 + 0f18462 commit 22f217c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,9 @@ public void translate(GeyserSession session, ClientboundSelectKnownPacks packet)
}
session.sendDownstreamPacket(new ServerboundSelectKnownPacks(knownPacks));
}

@Override
public boolean shouldExecuteInEventLoop() {
return false;
}
}

0 comments on commit 22f217c

Please sign in to comment.