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);