diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index 73a149df..de95066b 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -16,7 +16,7 @@ namespace ReallifeGamemode.Server.Commands internal class UserCommands : Script { [Command("id", "~m~Benutzung: ~s~/id")] - public void CmdUserDice(Player player, String targetname) + public void CmdUserId(Player player, String targetname) { Player target = PlayerService.GetPlayerByNameOrId(targetname);