This commit is contained in:
aviate
2019-07-21 22:20:14 +02:00
parent 4f4ba4319b
commit 10c62ee14c

View File

@@ -294,7 +294,7 @@ namespace ReallifeGamemode.Server.Commands
} }
[Command("tc", "~m~Benutzung: ~s~/tc [Nachricht]", GreedyArg = true)] [Command("tc", "~m~Benutzung: ~s~/tc [Nachricht]", GreedyArg = true)]
public void CmdAdminA(Client player, string message) public void CmdTeamC(Client player, string message)
{ {
if (!player.GetUser()?.IsAdmin(AdminLevel.SUPPORTER) ?? true) if (!player.GetUser()?.IsAdmin(AdminLevel.SUPPORTER) ?? true)
{ {