Fixes alot of little errors.

This commit is contained in:
hondacrx
2024-03-15 15:54:45 -04:00
parent b721aee6e5
commit 88f24c7791
11 changed files with 29 additions and 26 deletions
@@ -3066,6 +3066,9 @@ namespace Game
public bool IsEmpty()
{
if (Conditions == null)
return true;
return Conditions.Empty();
}
}