Fix ControlMob on already controlled mob (#3868)

This commit is contained in:
ShadowCommander
2021-11-01 17:11:50 -07:00
committed by GitHub
parent fea41c539e
commit 0e33b246db
3 changed files with 2 additions and 4 deletions

View File

@@ -60,7 +60,6 @@ namespace Content.Server.Administration.Commands
DebugTools.AssertNotNull(mind);
mindComponent.Mind?.TransferTo(null);
mind!.TransferTo(target);
}
}