mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revert quotation on string args
This commit is contained in:
@ -43,7 +43,7 @@ if (_checkNil) then {
|
||||
private _nilCheckedList = [];
|
||||
|
||||
{
|
||||
if (!isNil "_x") then {
|
||||
if (!isNil _x) then {
|
||||
_nilCheckedList pushBack (missionNamespace getVariable _x);
|
||||
};
|
||||
false
|
||||
|
Reference in New Issue
Block a user