mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-13 13:10:13 +02:00
Fix Header and Footer packet for 1.18 clients
This commit is contained in:
parent
5d33193c65
commit
09cc1db851
@ -210,7 +210,8 @@ public enum State {
|
|||||||
map(0x54, V1_15, V1_15_2),
|
map(0x54, V1_15, V1_15_2),
|
||||||
map(0x53, V1_16, V1_16_4),
|
map(0x53, V1_16, V1_16_4),
|
||||||
map(0x5E, V1_17, V1_17_1),
|
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)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user