From cc49e5a7c202c260547055c5ccdff7bfa709bd5e Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 9 Aug 2020 21:33:14 +0200 Subject: [PATCH] =?UTF-8?q?/id=20was=3F=20=C3=A4pfel=3F=20birnen=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Commands/UserCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index de95066b..8f488270 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -15,7 +15,7 @@ namespace ReallifeGamemode.Server.Commands { internal class UserCommands : Script { - [Command("id", "~m~Benutzung: ~s~/id")] + [Command("id", "~m~Benutzung: ~s~/id [Name]")] public void CmdUserId(Player player, String targetname) { Player target = PlayerService.GetPlayerByNameOrId(targetname);