mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
false -> 0
This commit is contained in:
parent
518cfdab9e
commit
eff5ce03d6
@ -37,7 +37,7 @@ if (!isNull _logic) then {
|
||||
|
||||
_list = "[" + _nilCheckPassedList + "]";
|
||||
_parsedList = [] call compile _list;
|
||||
_setting = _logic getvariable ["enabled", false];
|
||||
_setting = _logic getvariable ["enabled", 0];
|
||||
_objects = synchronizedObjects _logic;
|
||||
if (!(_objects isEqualTo []) && _parsedList isEqualTo []) then {
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user