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) {