C4K3 / ozelot

Rust library for handling all MCMODERN networking
Creative Commons Zero v1.0 Universal
34 stars 9 forks source link

Fix reading z coordinate from a position #3

Closed NJAldwin closed 6 years ago

NJAldwin commented 6 years ago

A simple typo was causing negative Z coordinates to not be read correctly (though they were still written back correctly).

(cherry picked from commit 92de7321efbfefb6e6f0c8a7318220130d1feca9)

C4K3 commented 6 years ago

Awesome, thanks. Also for including a test :)