- Fixed the "deadlock" (tasks not started).

This commit is contained in:
MapleWheels
2026-01-20 07:51:44 -05:00
committed by Maplewheels
parent f1e1b9238d
commit cc07db941f
3 changed files with 13 additions and 7 deletions
@@ -235,6 +235,7 @@ public sealed class ModConfigService : IModConfigService
private async Task<Result<IModConfigInfo>> CreateFromLegacyAsync(ContentPackage src)
{
// TODO: Implement legacy mod analysis
return new ModConfigInfo()
{
Package = src,