Inline UID
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Content.Server.Administration.Commands
|
||||
|
||||
foreach (var component in components)
|
||||
{
|
||||
var uid = component.Owner.Uid;
|
||||
var uid = (EntityUid) component.Owner;
|
||||
entityManager.RemoveComponent(uid, component);
|
||||
i++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user