From 6963bb86cf4ae805b79decade264fd912ab8766b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Sat, 8 Aug 2020 19:45:38 +0200 Subject: [PATCH] Fix typo --- 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 0cc3a284ef..a40cf76d1d 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 triti() + public void ProcessHotspot() { if (!Hotspot.Valid) {