remove QSBGhostBrain.ShouldDisplayDebug as it does a check that already happens in DebugGui

This commit is contained in:
JohnCorby 2022-04-22 16:35:56 -07:00
parent 357ea8f1a8
commit 117a4b1e50

View File

@ -30,10 +30,6 @@ public class QSBGhostBrain : WorldObject<GhostBrain>, IGhostObject
Start();
}
public override bool ShouldDisplayDebug()
=> base.ShouldDisplayDebug()
&& QSBCore.DebugSettings.DrawGhostAI;
public override string ReturnLabel()
{
var label = $"Name:{AttachedObject.ghostName}" +