Revert "Explosion refactor TEST MERG (#6995)" (#7005)

This commit is contained in:
Leon Friedrich
2022-03-06 06:02:34 +13:00
committed by GitHub
parent cd1902cdf2
commit c95516e5b2
71 changed files with 766 additions and 3964 deletions

View File

@@ -50,8 +50,6 @@ namespace Content.Server.NodeContainer.EntitySystems
private int _gen = 1;
private int _groupNetIdCounter = 1;
public bool Snoozing = false;
public override void Initialize()
{
base.Initialize();
@@ -140,11 +138,8 @@ namespace Content.Server.NodeContainer.EntitySystems
{
base.Update(frameTime);
if (!Snoozing)
{
DoGroupUpdates();
VisDoUpdate(frameTime);
}
DoGroupUpdates();
VisDoUpdate(frameTime);
}
private void DoGroupUpdates()