add to Command

This commit is contained in:
2021-04-06 21:20:31 +02:00
parent be78edd912
commit 0390cb528e

View File

@@ -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]")]