1
This commit is contained in:
@@ -18,7 +18,7 @@ namespace NodeCanvas.Tasks.Conditions
|
||||
}
|
||||
|
||||
protected override bool OnCheck() {
|
||||
return variable.value == null;
|
||||
return ParadoxNotion.ObjectUtils.AnyEquals(variable.value, null);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user