public void processMissionList(ref byte[] packet) { new TeamHandler().checkAndCreateMissionTeam(Store.currentClient); byte[] contactBytes = { packet[0], packet[1] }; UInt16 contactId = NumericalUtils.ByteArrayToUint16(contactBytes, 1); uint orgID = packet[2]; ServerPackets pak = new ServerPackets(); pak.sendMissionList(contactId, orgID, Store.currentClient); }