mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2025-03-14 07:00:03 -04:00
Merge remote-tracking branch 'origin/remove-ioexception' into remove-ioexception
This commit is contained in:
commit
8dd14be7ba
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ public class MinecraftCodecHelper extends BasePacketCodecHelper {
|
|||
return switch (type) {
|
||||
case BLOCK, BLOCK_MARKER -> {
|
||||
int blockState = this.readVarInt(buf);
|
||||
new BlockParticleData(blockState);
|
||||
yield new BlockParticleData(blockState);
|
||||
}
|
||||
case DUST -> {
|
||||
float red = buf.readFloat();
|
||||
|
|
Loading…
Reference in a new issue