mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-24 08:08:20 -05:00
Compare commits
1 commit
a4714d1c05
...
39937bbf8a
Author | SHA1 | Date | |
---|---|---|---|
|
39937bbf8a |
1 changed files with 5 additions and 0 deletions
|
@ -11,4 +11,9 @@ 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