mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed a typo
This commit is contained in:
parent
393d7b330e
commit
ca6a559557
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user