mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2026-02-08 01:56:14 +01:00
Fix Header and Footer packet for 1.18 clients
This commit is contained in:
@@ -210,7 +210,8 @@ public enum State {
|
||||
map(0x54, V1_15, V1_15_2),
|
||||
map(0x53, V1_16, V1_16_4),
|
||||
map(0x5E, V1_17, V1_17_1),
|
||||
map(0x60, V1_18, V1_19)
|
||||
map(0x5F, V1_18, V1_18_2),
|
||||
map(0x60, V1_19, V1_19)
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user