Remove Explicit GridId References (#8315)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ public sealed class SpaceGarbageSystem : EntitySystem
|
||||
var ourXform = Transform(args.OurFixture.Body.Owner);
|
||||
var otherXform = Transform(args.OtherFixture.Body.Owner);
|
||||
|
||||
if (ourXform.GridID == otherXform.GridID ||
|
||||
if (ourXform.GridEntityId == otherXform.GridEntityId ||
|
||||
args.OtherFixture.Body.BodyType != BodyType.Static) return;
|
||||
|
||||
QueueDel(uid);
|
||||
|
||||
Reference in New Issue
Block a user