fix setVariable and getVariable capitalization

This commit is contained in:
commy2
2015-11-30 17:27:09 +01:00
parent d037f00a92
commit a9ebcf8543
119 changed files with 444 additions and 444 deletions

View File

@ -27,7 +27,7 @@ private ["_return", "_val"];
_return = [];
{
_val = _object getvariable (_x select 0);
_val = _object getVariable (_x select 0);
if (!isNil "_val") then {
if (_category == "" || _category == _x select 3) then {