mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 12:39:51 +00:00
bruh
This commit is contained in:
parent
c36de3073f
commit
46a7f6aa3e
@ -110,6 +110,6 @@ public class QSBSectorDetector : MonoBehaviour
|
||||
}
|
||||
|
||||
return validSectors
|
||||
.MinBy(sector => sector.GetScore(_sectorDetector._attachedRigidbody));
|
||||
.MinBy(x => x.GetScore(_sectorDetector._attachedRigidbody));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user