RAGE Multiplayer 1.1.0-DP Update
/freeze was obselete and removed /unfreeze was obselete and removed /spectate was obselete and removed
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
{
|
||||
#region Chat Commands
|
||||
[Command("gc", "~m~Benutzung: ~s~/gc [Nachricht]", GreedyArg = true)]
|
||||
public void CmdGroupG(Client player, string message)
|
||||
public void CmdGroupG(Player player, string message)
|
||||
{
|
||||
Database.Entities.Group group = player.GetUser().Group;
|
||||
if (group == null)
|
||||
|
||||
Reference in New Issue
Block a user