master #3

Open
cacahuetes wants to merge 924 commits from liza/Questionable:master into cacahuetes-ShB-Healer
Showing only changes of commit 569261c041 - Show all commits

View File

@ -157,7 +157,9 @@ internal sealed class CreationUtilsComponent
}
#endif
#if true
#if false
if (_configuration.Advanced.AdditionalStatusInformation)
{
unsafe
{
var actionManager = ActionManager.Instance();
@ -166,6 +168,7 @@ internal sealed class CreationUtilsComponent
ImGui.Text($"A2: {actionManager->CastTimeElapsed} / {actionManager->CastTimeTotal}");
ImGui.Text($"{_questController.TaskQueue.CurrentTaskExecutor?.ProgressContext}");
}
}
#endif
if (_targetManager.Target != null)