Add more centcomm spawning logs (#22726)

This commit is contained in:
Leon Friedrich
2023-12-18 20:35:31 -05:00
committed by GitHub
parent 59c1798835
commit ca90a2819f
5 changed files with 84 additions and 52 deletions

View File

@@ -455,9 +455,7 @@ namespace Content.Server.Atmos.EntitySystems
|| TerminatingOrDeleted(x.MapUid.Value)
|| x.MapID == MapId.Nullspace)
{
Log.Error($"Attempting to process atmos without a map? Entity: {ToPrettyString(owner)}");
_simulationPaused = false;
_currentRunAtmosphere.Clear();
Log.Error($"Attempted to process atmos without a map? Entity: {ToPrettyString(owner)}. Map: {ToPrettyString(x?.MapUid)}. MapId: {x?.MapID}");
continue;
}