Fix build

This commit is contained in:
Vera Aguilera Puerto
2021-11-09 15:53:37 +01:00
parent 5b4c813c6d
commit 4ca6f6ff69
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ namespace Content.Server.Ghost.Roles.Components
var mob = Owner.EntityManager.SpawnEntity(Prototype, Owner.Transform.Coordinates);
if(_makeSentient)
MakeSentientCommand.MakeSentient(mob);
MakeSentientCommand.MakeSentient(mob.Uid, Owner.EntityManager);
mob.EnsureComponent<MindComponent>();