return;
}
L2AirShip boat = (L2AirShip) L2VehicleManager.getInstance().getBoat(_id);
if(boat == null || boat.isMoving) // Не даем слезть с лодки на ходу
{
activeChar.sendActionFailed();
return;
}
activeChar.setVehicle(null);
double angle = Util.convertHeadingToDegree(activeChar.getHeading());
double radian = Math.toRadians(angle - 90);