From dc7980b23173ea3b5a4801bccd0d5d73ac790da8 Mon Sep 17 00:00:00 2001 From: McDiod Date: Sun, 30 Dec 2018 20:36:00 +0100 Subject: [PATCH] close #110 sort help topics --- addons/ui/XEH_postClientInit.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/ui/XEH_postClientInit.sqf b/addons/ui/XEH_postClientInit.sqf index 78c5b5ad..449d9382 100644 --- a/addons/ui/XEH_postClientInit.sqf +++ b/addons/ui/XEH_postClientInit.sqf @@ -5,6 +5,8 @@ if (!hasInterface) exitWith {}; player createDiarySubject [QGVAR(helpSubject),"Gruppe Adler"]; private _helpRecords = missionNamespace getVariable [QGVAR(helpRecords),[]]; +_helpRecords sort true; + { _x params ["_title","_text"];