send sound and particle packets immediately even if off main (#10033)
This commit is contained in:
@ -292,6 +292,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ packet instanceof net.minecraft.network.protocol.game.ClientboundSetActionBarTextPacket ||
|
+ packet instanceof net.minecraft.network.protocol.game.ClientboundSetActionBarTextPacket ||
|
||||||
+ packet instanceof net.minecraft.network.protocol.game.ClientboundSetTitlesAnimationPacket ||
|
+ packet instanceof net.minecraft.network.protocol.game.ClientboundSetTitlesAnimationPacket ||
|
||||||
+ packet instanceof net.minecraft.network.protocol.game.ClientboundClearTitlesPacket ||
|
+ packet instanceof net.minecraft.network.protocol.game.ClientboundClearTitlesPacket ||
|
||||||
|
+ packet instanceof net.minecraft.network.protocol.game.ClientboundSoundPacket ||
|
||||||
|
+ packet instanceof net.minecraft.network.protocol.game.ClientboundSoundEntityPacket ||
|
||||||
|
+ packet instanceof net.minecraft.network.protocol.game.ClientboundStopSoundPacket ||
|
||||||
|
+ packet instanceof net.minecraft.network.protocol.game.ClientboundLevelParticlesPacket ||
|
||||||
+ packet instanceof net.minecraft.network.protocol.game.ClientboundBossEventPacket;
|
+ packet instanceof net.minecraft.network.protocol.game.ClientboundBossEventPacket;
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
|
|||||||
Reference in New Issue
Block a user