FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

onVehiclePositionChange not called for Boat movement #99

Closed darkdiplomat closed 11 years ago

darkdiplomat commented 11 years ago

Boats are not activating the onVehiclePositionChange hook. q r s should be the t u v https://github.com/FallenMoonNetwork/CanaryMod/blob/crow/src/OEntityBoat.java#L281

Also, it would be nice to have the previous vehicle position given as well (both Minecart and Boat give the current location as the arguments x y z)

14mRh4X0r commented 11 years ago

If you know how to fix the issue, we would prefer a pull request. It spares us the hassle. (There's this nice "edit" button on files :wink:)