mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-22 14:34:59 +01:00
Fix: Late Geyser response to ClientboundSelectKnownPacks packet (#5090)
This commit is contained in:
parent
d64c0b38da
commit
0f184627f3
1 changed files with 5 additions and 0 deletions
|
@ -59,4 +59,9 @@ public class JavaSelectKnownPacksTranslator extends PacketTranslator<Clientbound
|
|||
}
|
||||
session.sendDownstreamPacket(new ServerboundSelectKnownPacks(knownPacks));
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldExecuteInEventLoop() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue