changed group chat
This commit is contained in:
@@ -11,7 +11,7 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
class GroupCommands : Script
|
class GroupCommands : Script
|
||||||
{
|
{
|
||||||
#region Chat Commands
|
#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)
|
public void CmdGroupG(Client player, string message)
|
||||||
{
|
{
|
||||||
Entities.Group group = player.GetUser().Group;
|
Entities.Group group = player.GetUser().Group;
|
||||||
|
|||||||
Reference in New Issue
Block a user