mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-13 21:20:12 +02:00
Fix UNDEFINED packed encoding
This commit is contained in:
parent
c4985c5b6b
commit
dc6f85f6b7
@ -45,8 +45,6 @@ public class PacketSnapshot implements PacketOut {
|
||||
Map<Integer, Version> hashes = new HashMap<>();
|
||||
|
||||
for (Version version : Version.values()) {
|
||||
if (version.equals(Version.UNDEFINED)) continue;
|
||||
|
||||
ByteMessage encodedMessage = ByteMessage.create();
|
||||
packet.encode(encodedMessage, version);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user