diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 362b987a..eebffcfe 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -940,12 +940,12 @@ namespace ReallifeGamemode.Server.Commands #region ALevel3 - [Command("adice", "~m~Benutzung: ~s~/dice [Zahl]")] + [Command("adice", "~m~Benutzung: ~s~/adice [Zahl]")] public void CmdUserAdice(Client player, int number) { if (!player.IsLoggedIn()) return; - ChatService.SendMessage(player, "* " + player.Name + " + würfelt eine " + number); + ChatService.Broadcast(player, "* " + player.Name + " + würfelt eine " + number); } [Command("veh", "~m~Benutzung: ~s~/veh [Fahrzeug] (Farbe 1) (Farbe 2)")]