Remove GCQueue (#18820)

This commit is contained in:
metalgearsloth
2023-08-08 03:27:46 +10:00
committed by GitHub
parent 6a9e5e91f1
commit 3b1e6d30e7
9 changed files with 1 additions and 213 deletions

View File

@@ -53,7 +53,7 @@ namespace Content.Server.Atmos.EntitySystems
private void OnAirtightPositionChanged(EntityUid uid, AirtightComponent airtight, ref AnchorStateChangedEvent args)
{
var xform = Transform(uid);
var xform = args.Transform;
if (!TryComp(xform.GridUid, out MapGridComponent? grid))
return;