Fixed a typo

This commit is contained in:
ulteq 2015-04-25 21:18:09 +02:00
parent 393d7b330e
commit ca6a559557

View File

@ -7,7 +7,7 @@ _ctrl = _this select 0;
_index = _this select 1;
_text = _this select 2;
if (_text != ARR_SELECT(GVAR(ParsedTextCached),_index,"")) then {
if (_text != Str(ARR_SELECT(GVAR(ParsedTextCached),_index,""))) then {
GVAR(ParsedTextCached) set [_index, _text];
_ctrl ctrlSetStructuredText parseText _text;
};