mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2026-02-13 20:36:14 +01:00
Fixed for 1.17 support
This commit is contained in:
@@ -56,6 +56,10 @@ public class PacketPlayerPositionAndLook implements PacketOut {
|
||||
msg.writeByte(flags);
|
||||
msg.writeVarInt(teleportId);
|
||||
}
|
||||
|
||||
if (version.moreOrEqual(Version.V1_17)) {
|
||||
msg.writeBoolean(false); // Dismount vehicle
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user