9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-26 18:39:20 +00:00

fix(network): 少写了个false

This commit is contained in:
jhqwqmc
2025-04-12 22:16:31 +08:00
parent f172e4460b
commit 48e811e696

View File

@@ -2078,6 +2078,8 @@ public class PacketConsumers {
} else if (format == 2) {
buf.writeNbt(fixed, false);
}
} else {
buf.writeBoolean(false);
}
}
} catch (Exception e) {