changed group chat

This commit is contained in:
aviate
2019-09-01 16:52:33 +02:00
parent 5b080972c1
commit 51090d4d45

View File

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