Fix disposal unit endless pressurizing (#9086)

This commit is contained in:
themias
2022-06-23 21:26:20 -04:00
committed by GitHub
parent 640e2dac89
commit 31fb49583b

View File

@@ -399,6 +399,7 @@ namespace Content.Server.Disposal.Unit.EntitySystems
if (component.Engaged)
{
TryFlush(component);
state = component.State;
}
}