Lookup changes (#18416)

This commit is contained in:
metalgearsloth
2023-08-06 12:44:05 +10:00
committed by GitHub
parent 066ec55525
commit d3aece12cb
10 changed files with 76 additions and 58 deletions

View File

@@ -125,7 +125,7 @@ public sealed class ConveyorController : SharedConveyorController
if (beltTileRef != null)
{
var intersecting = Lookup.GetEntitiesIntersecting(beltTileRef.Value);
var intersecting = Lookup.GetEntitiesIntersecting(beltTileRef.Value, 0f);
foreach (var entity in intersecting)
{