Update SyncBase.cs

This commit is contained in:
_nebula 2023-02-02 11:29:30 +00:00
parent e069416b89
commit b7cdbf13cd

View File

@ -342,6 +342,9 @@ public abstract class SyncBase : QSBNetworkTransform
return;
}
DebugGUI.DrawLabel(AttachedTransform, ToString());
if (DebugActions.WorldObjectSelection == null)
{
DebugGUI.DrawLabel(AttachedTransform, ToString());
}
}
}