Skip to content

Commit

Permalink
close #110 sort help topics
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed Dec 30, 2018
1 parent 2824161 commit dc7980b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/ui/XEH_postClientInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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"];

Expand Down

0 comments on commit dc7980b

Please sign in to comment.