laufenden countdown auch nach login/register anzeigen
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user