laufenden countdown auch nach login/register anzeigen

This commit is contained in:
hydrant
2021-04-11 05:36:23 +02:00
parent cf62e11656
commit 5d4d1165de
5 changed files with 23 additions and 4 deletions

View File

@@ -544,6 +544,9 @@ namespace ReallifeGamemode.Server.Commands
return;
}
GlobalHelper.CountdownUntil = DateTime.Now + TimeSpan.FromSeconds(timer);
GlobalHelper.CountdownText = text;
NAPI.ClientEvent.TriggerClientEventForAll("countdown", timer, text);
}