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