3031323334353637
} if(activeChar.isInVehicle() && activeChar.getVehicle().getObjectId() == _boatid) { activeChar.setInVehiclePosition(_loc); activeChar.setHeading(_loc.h); activeChar.broadcastPacket(new StopMoveToLocationInVehicle(activeChar, _boatid)); } }