forked from liza/Questionable
Hide ActionManager info in quest window
This commit is contained in:
parent
5bc0d4d80e
commit
569261c041
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user