Dirty command fix (#8534)
This commit is contained in:
parent
219609d358
commit
e649dcea14
|
|
@ -39,7 +39,7 @@ public sealed class DirtyCommand : IConsoleCommand
|
|||
{
|
||||
foreach (var component in manager.GetComponents(entityUid))
|
||||
{
|
||||
manager.Dirty(component);
|
||||
manager.Dirty((Component)component);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue