Remove Hotspot Start method.

This commit is contained in:
Vera Aguilera Puerto
2021-07-25 15:02:58 +02:00
parent 10af8efc0e
commit 8066eb196b
3 changed files with 4 additions and 8 deletions

View File

@@ -108,10 +108,11 @@ namespace Content.Server.Atmos.EntitySystems
{
Volume = exposedVolume * 25f,
Temperature = exposedTemperature,
SkippedFirstProcess = tile.CurrentCycle > gridAtmosphere.UpdateCounter
SkippedFirstProcess = tile.CurrentCycle > gridAtmosphere.UpdateCounter,
Valid = true,
State = 1
};
tile.Hotspot.Start();
AddActiveTile(gridAtmosphere, tile);
gridAtmosphere.HotspotTiles.Add(tile);