Fixes alot of little errors.
This commit is contained in:
@@ -3066,6 +3066,9 @@ namespace Game
|
||||
|
||||
public bool IsEmpty()
|
||||
{
|
||||
if (Conditions == null)
|
||||
return true;
|
||||
|
||||
return Conditions.Empty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user