Revert quotation on string args

This commit is contained in:
Whigital
2020-02-12 22:07:19 +01:00
parent 56ef0c6d65
commit 8c2f53ac14
15 changed files with 20 additions and 20 deletions

View File

@ -43,7 +43,7 @@ if (_checkNil) then {
private _nilCheckedList = [];
{
if (!isNil "_x") then {
if (!isNil _x) then {
_nilCheckedList pushBack (missionNamespace getVariable _x);
};
false