From bb083677006ee603f33d8fdfaa45dd78aac838dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Sat, 8 Aug 2020 19:44:56 +0200 Subject: [PATCH] Fix tritium fires looking weird. --- Content.Server/Atmos/TileAtmosphere.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Atmos/TileAtmosphere.cs b/Content.Server/Atmos/TileAtmosphere.cs index a40cf76d1d..0cc3a284ef 100644 --- a/Content.Server/Atmos/TileAtmosphere.cs +++ b/Content.Server/Atmos/TileAtmosphere.cs @@ -625,7 +625,7 @@ namespace Content.Server.Atmos _gridAtmosphereComponent.RemoveActiveTile(this); } - public void ProcessHotspot() + public void triti() { if (!Hotspot.Valid) {