Escape pods (#14809)
* Namespace adjustments for days * pod * thanks rider * Fix the oop launch * Fixes * Fix stuff * eeeeeeeee * Fix * access * map * forgor * thing * Genericise escape pod fill
This commit is contained in:
@@ -56,8 +56,8 @@ public sealed partial class DockingSystem
|
||||
continue;
|
||||
}
|
||||
|
||||
var worldPos = _transformSystem.GetWorldPosition(xform, xformQuery);
|
||||
var otherWorldPos = _transformSystem.GetWorldPosition(otherXform, xformQuery);
|
||||
var worldPos = _transform.GetWorldPosition(xform, xformQuery);
|
||||
var otherWorldPos = _transform.GetWorldPosition(otherXform, xformQuery);
|
||||
|
||||
if ((worldPos - otherWorldPos).Length < comp.Radius) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user