diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 6323b86a..40a72c71 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -47,6 +47,7 @@ namespace ReallifeGamemode.Server.Commands return; //target.SetInFrontOf(player); //target.Heading = player.Heading; + target.AttachPlayer(player); } [Command("cuff", "~m~Benutzung: ~s~/cuff [ID]")]