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