From 51090d4d45f606b8e89c7d54613263282d534650 Mon Sep 17 00:00:00 2001 From: aviate <40-aviate@users.noreply.development.life-of-german.org> Date: Sun, 1 Sep 2019 16:52:33 +0200 Subject: [PATCH] changed group chat --- ReallifeGamemode.Server/Commands/GroupCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;