mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Update SyncBase.cs
This commit is contained in:
parent
e069416b89
commit
b7cdbf13cd
@ -342,6 +342,9 @@ public abstract class SyncBase : QSBNetworkTransform
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
DebugGUI.DrawLabel(AttachedTransform, ToString());
|
if (DebugActions.WorldObjectSelection == null)
|
||||||
|
{
|
||||||
|
DebugGUI.DrawLabel(AttachedTransform, ToString());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user