This commit is contained in:
2019-09-07 19:52:24 +02:00
parent bac142bf1b
commit 671c6a5b3f
2 changed files with 2 additions and 2 deletions

View File

@@ -354,7 +354,7 @@ namespace ReallifeGamemode.Server.Commands
#region ALevel1
[Command("countdown", "~m~Benutzung: ~s~/countdown [Zeit] [Text]")]
[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)