mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-09 03:40:46 +00:00
remove probe line 2
This commit is contained in:
parent
df0c79047e
commit
5a8582c624
@ -139,15 +139,5 @@ namespace QSB.ProbeSync
|
||||
OnStartRetrieveProbe(duration);
|
||||
}
|
||||
}
|
||||
|
||||
public void OnRenderObject()
|
||||
{
|
||||
if (!QSBCore.WorldObjectsReady || !QSBCore.DebugMode || !QSBCore.ShowLinesInDebug)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Popcron.Gizmos.Line(transform.position, _owner.Body.transform.position, Color.blue);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user