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:
@@ -2078,6 +2078,8 @@ public class PacketConsumers {
|
||||
} else if (format == 2) {
|
||||
buf.writeNbt(fixed, false);
|
||||
}
|
||||
} else {
|
||||
buf.writeBoolean(false);
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user