Less error-tolerant

This commit is contained in:
IT07 2016-07-22 19:33:35 +02:00
parent f5076c12e7
commit e2892e747a

View File

@ -24,7 +24,6 @@ _chck =
if (isNumber _cfg) then { _v = getNumber _cfg };
if (isText _cfg) then { _v = getText _cfg };
if (isArray _cfg) then { _v = getArray _cfg };
if (isNil "_v") then { _v = "nil" };
};
if (_this isEqualType "") then