Fix 3000 errors
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Content.Server.Administration.Commands
|
||||
|
||||
if (entityManager.TryGetComponent<EntityStorageComponent>(storageUid, out var storage))
|
||||
{
|
||||
storage.Insert(entityManager.GetEntity(entityUid));
|
||||
storage.Insert(entityUid);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user