Skip to content

Commit

Permalink
Fix: Late Geyser response to ClientboundSelectKnownPacks packet (Geys…
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris authored Oct 20, 2024
1 parent d64c0b3 commit 0f18462
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 0f18462

Please sign in to comment.