Makes Grid Revalidation a step in the atmos update stages.

Fixes some atmos debug assert exceptions.
This commit is contained in:
Vera Aguilera Puerto
2021-11-09 16:50:15 +01:00
parent 1f07ee1109
commit d370142b80
3 changed files with 125 additions and 125 deletions

View File

@@ -24,9 +24,6 @@ namespace Content.Server.Atmos.Components
public virtual bool Simulated => true;
[ViewVariables]
public bool RevalidatePaused { get; set; } = false;
[ViewVariables]
public bool ProcessingPaused { get; set; } = false;