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

@@ -276,7 +276,7 @@ export default function (globalData: GlobalData): void {
{
font: 7,
color: [64, 224, 208, 255],
scale: [2, 2],
scale: [1.5, 1.5],
outline: true,
centre: false
})

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)