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