This commit is contained in:
2019-09-07 19:53:55 +02:00
parent 671c6a5b3f
commit 22a83e9a6b

View File

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