441442443444445446447
if(!airship.isDocked() || airship.getDriver() == null || airship.getDriver() != activeChar) { return; } // Открываем миникарту с выбором конечной точки activeChar.sendPacket(new ExAirShipTeleportList(airship)); }
11631164116511661167116811691170117111721173
} break; case 69: if (activeChar.isClanAirShipDriver() && activeChar.getBoat().isDocked()) { activeChar.sendPacket(new ExAirShipTeleportList((ClanAirShip) activeChar.getBoat())); } break; case 70: if (activeChar.isInBoat() && activeChar.getBoat().isAirShip() && activeChar.getBoat().isDocked()) {