The deadlock situation is craaaaazy
Fix
This commit is contained in:
committed by
Maplewheels
parent
dda26df250
commit
f1e1b9238d
+7
-1
@@ -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
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user