mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Less error-tolerant
This commit is contained in:
parent
f5076c12e7
commit
e2892e747a
@ -24,7 +24,6 @@ _chck =
|
|||||||
if (isNumber _cfg) then { _v = getNumber _cfg };
|
if (isNumber _cfg) then { _v = getNumber _cfg };
|
||||||
if (isText _cfg) then { _v = getText _cfg };
|
if (isText _cfg) then { _v = getText _cfg };
|
||||||
if (isArray _cfg) then { _v = getArray _cfg };
|
if (isArray _cfg) then { _v = getArray _cfg };
|
||||||
if (isNil "_v") then { _v = "nil" };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (_this isEqualType "") then
|
if (_this isEqualType "") then
|
||||||
|
Loading…
Reference in New Issue
Block a user