ItemRemover -> EntityRemover, clients reset spawner & remover when starting a new round

This commit is contained in:
Regalis
2016-10-12 20:46:47 +03:00
parent 60b36e020c
commit 170e1a0da8
12 changed files with 144 additions and 115 deletions

View File

@@ -270,7 +270,7 @@ namespace Barotrauma
}
Entity.Spawner.Update();
Item.Remover.Update();
Entity.Remover.Update();
}
public virtual void Update(Camera cam, float deltaTime) { }