'Spawn Here' Verb Forces Mind Transfer (#30568)

Update AdminVerbSystem.cs
This commit is contained in:
Aiden
2024-08-02 02:14:21 -05:00
committed by GitHub
parent 36038a1707
commit 029771d672

View File

@@ -180,7 +180,7 @@ namespace Content.Server.Administration.Systems
if (targetMind != null)
{
_mindSystem.TransferTo(targetMind.Value, mobUid);
_mindSystem.TransferTo(targetMind.Value, mobUid, true);
}
},
ConfirmationPopup = true,