Fix some Mind ECS bugs (#17480)
This commit is contained in:
@@ -236,8 +236,6 @@ namespace Content.Server.Ghost
|
||||
if (Deleted(uid) || Terminating(uid))
|
||||
return;
|
||||
|
||||
if (EntityManager.TryGetComponent<MindContainerComponent?>(uid, out var mind))
|
||||
_mindSystem.SetGhostOnShutdown(uid, false, mind);
|
||||
QueueDel(uid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user