123124125126127128129130131132133
activeChar.setVehicle(null); activeChar.broadcastPacket(new ExGetOffAirShip(activeChar, airship, activeChar.getLoc())); activeChar.teleToLocation(activeChar.getLoc()); } } airship.deleteMe(); break; } } break; }