4647484950515253
if(activeChar == null) return; L2BoatInstance boat = BoatManager.getInstance().GetBoat(_id); GetOffVehicle Gon = new GetOffVehicle(activeChar, boat, _x, _y, _z); activeChar.broadcastPacket(Gon); }