mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
remove probe lines
This commit is contained in:
parent
f72056e13f
commit
3a2d8f2ba4
@ -50,15 +50,5 @@ namespace QSB.ProbeSync
|
||||
|
||||
private void OnStartRetrieveProbe(float length)
|
||||
=> QSBEventManager.FireEvent(EventNames.QSBProbeStartRetrieve, length);
|
||||
|
||||
public void OnRenderObject()
|
||||
{
|
||||
if (!QSBCore.WorldObjectsReady || !QSBCore.DebugMode || !QSBCore.ShowLinesInDebug)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Popcron.Gizmos.Line(_attachedProbe.transform.position, Locator.GetPlayerTransform().position, Color.blue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user