13
0
geforkt von Mirrors/Paper

send sound and particle packets immediately even if off main (#10033)

Dieser Commit ist enthalten in:
Jake Potrebic 2023-12-17 11:39:40 -08:00
Ursprung 6f7ee18a4c
Commit 5497c308d9

Datei anzeigen

@ -292,6 +292,10 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ packet instanceof net.minecraft.network.protocol.game.ClientboundSetActionBarTextPacket ||
+ packet instanceof net.minecraft.network.protocol.game.ClientboundSetTitlesAnimationPacket ||
+ 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;
+ }
+ }