Task logc fixes
This commit is contained in:
parent
7e9070950e
commit
b85ab8afe7
@ -103,6 +103,7 @@ internal abstract class MiniTaskController<T>
|
||||
{
|
||||
ITaskExecutor taskExecutor =
|
||||
_serviceProvider.GetRequiredKeyedService<ITaskExecutor>(nextTask.GetType());
|
||||
taskExecutor.Start(nextTask);
|
||||
_taskQueue.CurrentTaskExecutor = taskExecutor;
|
||||
return;
|
||||
}
|
||||
|
@ -35,6 +35,7 @@ internal static class AetheryteShortcut
|
||||
EAetheryteLocation TargetAetheryte,
|
||||
ushort ExpectedTerritoryId) : ISkippableTask
|
||||
{
|
||||
public override string ToString() => $"UseAetheryte({TargetAetheryte})";
|
||||
}
|
||||
|
||||
internal sealed class UseAetheryteShortcut(
|
||||
@ -204,7 +205,5 @@ internal static class AetheryteShortcut
|
||||
throw new TaskException("Unable to teleport to aetheryte");
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString() => $"UseAetheryte({Task.TargetAetheryte})";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user