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
|
#endif
|
||||||
|
|
||||||
#if true
|
#if false
|
||||||
|
if (_configuration.Advanced.AdditionalStatusInformation)
|
||||||
|
{
|
||||||
unsafe
|
unsafe
|
||||||
{
|
{
|
||||||
var actionManager = ActionManager.Instance();
|
var actionManager = ActionManager.Instance();
|
||||||
@ -166,6 +168,7 @@ internal sealed class CreationUtilsComponent
|
|||||||
ImGui.Text($"A2: {actionManager->CastTimeElapsed} / {actionManager->CastTimeTotal}");
|
ImGui.Text($"A2: {actionManager->CastTimeElapsed} / {actionManager->CastTimeTotal}");
|
||||||
ImGui.Text($"{_questController.TaskQueue.CurrentTaskExecutor?.ProgressContext}");
|
ImGui.Text($"{_questController.TaskQueue.CurrentTaskExecutor?.ProgressContext}");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (_targetManager.Target != null)
|
if (_targetManager.Target != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user