Cleanups PolymorphSystem/Components/Prototypes (#23721)
* Cleanups PolymorphSystem * forgot this * Nah * Fix test --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ public sealed class PolymorphCommand : ToolshedCommand
|
||||
{
|
||||
_system ??= GetSys<PolymorphSystem>();
|
||||
|
||||
return _system.PolymorphEntity(input, prototype.Value);
|
||||
return _system.PolymorphEntity(input, prototype.Value.Configuration);
|
||||
}
|
||||
|
||||
[CommandImplementation]
|
||||
|
||||
Reference in New Issue
Block a user