From 0390cb528e2c5ecaf3c98928b40b4b9e5ffa47f2 Mon Sep 17 00:00:00 2001 From: kookroach Date: Tue, 6 Apr 2021 21:20:31 +0200 Subject: [PATCH] add to Command --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 1 + 1 file changed, 1 insertion(+) 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]")]