fix(BuildCalc) Immortal filters
This commit is contained in:
@@ -216,7 +216,7 @@ public class EntityModel
|
||||
}
|
||||
|
||||
|
||||
public EntityVanguardAddedModel VanguardAdded()
|
||||
public EntityVanguardAddedModel? VanguardAdded()
|
||||
{
|
||||
return ((EntityVanguardAddedModel)EntityParts.Find(x => x.GetType() == typeof(EntityVanguardAddedModel))!)!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user