stevenarella/src/server
ice_iix ba4a7a9d85 1.7.10: Fix player position too high on login. Closes #87
Adds a new TeleportPlayer_NoGround packet, which is subtly different
from TeleportPlayer_NoConfirm. The flags u8 is replaced with an
on_ground bool, but more importantly the Y position is the eyes
position, so we have to translate to feet position for the client.

1.7.10: https://wiki.vg/index.php?title=Protocol&oldid=6003#Player_Position_And_Look
1.8.9: https://wiki.vg/index.php?title=Protocol&oldid=7368#Player_Position_And_Look
2019-05-11 14:53:42 -07:00
..
mod.rs 1.7.10: Fix player position too high on login. Closes #87 2019-05-11 14:53:42 -07:00
plugin_messages.rs Add Forge handshake support. Closes #88 (#134) 2019-05-05 18:39:58 -07:00
sun.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
target.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00