-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
The Boat ignore the Yaw in a Location when the boat teleported
b.removePassenger(p);
Location loc = MoveDelayLoc.get(b);
loc.setY(e.getLocation().getY());
b.teleport(loc);
b.setVelocity(new Vector(0,0,0));
b.addPassenger(p);