Skip to content

Commit

Permalink
fix validate
Browse files Browse the repository at this point in the history
  • Loading branch information
MissHeda committed Jan 16, 2024
1 parent 676dcf7 commit 036e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/misc/functions/fnc_FAK_displayContent.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ switch (_FAKType) do {
_mainOutputString = _firstnline + "<t color='" + _slotColor + "'><t size='1.5'>" + _slotName + " </t></t>" + _mainOutputString + _nline;
_mainOutputString = format [_mainOutputString, _slot];
_ultraMainOutputString = _ultraMainOutputString + _mainOutputString;
_mainOutputString = "";
_mainOutputString = "";

} forEach _FAKContent; // for each slot

Expand Down

0 comments on commit 036e541

Please sign in to comment.