mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 06:35:45 +00:00
fix probe IsReady
This commit is contained in:
parent
3086a64ac6
commit
6ca9d96b38
@ -113,6 +113,6 @@ namespace QSB.Tools.ProbeTool.TransformSync
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool IsReady => Locator.GetProbe() != null;
|
||||
public override bool IsReady => AttachedObject != null || Locator.GetProbe() != null;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user