From 10c62ee14c5031e2fc2144e39cc1f610c8bf858d Mon Sep 17 00:00:00 2001 From: aviate <40-aviate@users.noreply.development.life-of-german.org> Date: Sun, 21 Jul 2019 22:20:14 +0200 Subject: [PATCH] fix --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 76f90f72..3e732774 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -294,7 +294,7 @@ namespace ReallifeGamemode.Server.Commands } [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) {