diff --git a/ReallifeGamemode.Server/Commands/GroupCommands.cs b/ReallifeGamemode.Server/Commands/GroupCommands.cs index 8c32ab00..fda76d63 100644 --- a/ReallifeGamemode.Server/Commands/GroupCommands.cs +++ b/ReallifeGamemode.Server/Commands/GroupCommands.cs @@ -11,7 +11,7 @@ namespace ReallifeGamemode.Server.Commands class GroupCommands : Script { #region Chat Commands - [Command("g", "~m~Benutzung: ~s~/g [Nachricht]", GreedyArg = true)] + [Command("gc", "~m~Benutzung: ~s~/gc [Nachricht]", GreedyArg = true)] public void CmdGroupG(Client player, string message) { Entities.Group group = player.GetUser().Group;