fix door crash (#5197)
This commit is contained in:
@@ -58,6 +58,7 @@ namespace Content.Client.Doors
|
||||
if (comp.Deleted)
|
||||
{
|
||||
_activeDoors.RemoveAt(i);
|
||||
continue;
|
||||
}
|
||||
comp.OnUpdate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user