public void processAbortMission(ref byte[] packet) { ServerPackets pak = new ServerPackets(); pak.sendMissionAbort(Store.currentClient); }