mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-21 10:18:36 -05:00
Do not tick delimiter packet
This commit is contained in:
parent
5637fbedaf
commit
d6d2a33b54
1 changed files with 0 additions and 5 deletions
|
@ -11,9 +11,4 @@ public class ClientboundDelimiterPacket implements MinecraftPacket {
|
|||
@Override
|
||||
public void serialize(ByteBuf out, MinecraftCodecHelper helper) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldRunOnGameThread() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue