fix door crash (#5197)

This commit is contained in:
Leon Friedrich
2021-11-07 15:13:01 +13:00
committed by GitHub
parent ef2cddc618
commit 900f3e798d

View File

@@ -58,6 +58,7 @@ namespace Content.Client.Doors
if (comp.Deleted)
{
_activeDoors.RemoveAt(i);
continue;
}
comp.OnUpdate();
}