diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index b41ca6e4..5c0002fa 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -354,7 +354,7 @@ namespace ReallifeGamemode.Server.Commands #region ALevel1 - [Command("countdown", "~m~Benutzung: ~s~/countdown [Zeit] [Text]", GreedyArg = true))] + [Command("countdown", "~m~Benutzung: ~s~/countdown [Zeit] [Text]", GreedyArg = true)] public void CmdCountdown(Client player, string timer_string, string text) { if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true)