mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
fix: correctly inject scopedObjects into Properties
This commit is contained in:
parent
0dcfd0d31a
commit
76cefe366d
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ namespace Dalamud.IoC.Internal
|
||||||
|
|
||||||
var instance = FormatterServices.GetUninitializedObject(objectType);
|
var instance = FormatterServices.GetUninitializedObject(objectType);
|
||||||
|
|
||||||
if (!this.InjectProperties(instance, resolvedParams))
|
if (!this.InjectProperties(instance, scopedObjects))
|
||||||
{
|
{
|
||||||
Log.Error("Failed to create {TypeName}, a requested property service type could not be satisfied", objectType.FullName);
|
Log.Error("Failed to create {TypeName}, a requested property service type could not be satisfied", objectType.FullName);
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue