The deadlock situation is craaaaazy

Fix
This commit is contained in:
Evil Factory
2026-01-19 21:20:04 -03:00
committed by Maplewheels
parent dda26df250
commit f1e1b9238d
4 changed files with 51 additions and 51 deletions
@@ -235,6 +235,12 @@ public sealed class ModConfigService : IModConfigService
private async Task<Result<IModConfigInfo>> CreateFromLegacyAsync(ContentPackage src)
{
throw new NotImplementedException();
return new ModConfigInfo()
{
Package = src,
Assemblies = ImmutableArray<IAssemblyResourceInfo>.Empty,
Configs = ImmutableArray<IConfigResourceInfo>.Empty,
LuaScripts = ImmutableArray<ILuaScriptResourceInfo>.Empty
};
}
}