Content side for removing IMap / IMapGrid comps (#12357)
This commit is contained in:
@@ -72,7 +72,7 @@ public sealed partial class AtmosphereSystem
|
||||
return;
|
||||
}
|
||||
|
||||
if (!TryComp(euid, out IMapGridComponent? gridComp))
|
||||
if (!TryComp(euid, out MapGridComponent? gridComp))
|
||||
{
|
||||
shell.WriteError($"Euid '{euid}' does not exist or is not a grid.");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user