Add arrivals (#14755)
* Arrivals * More arrivals and shitty uhh preload * cvar * a * clockin + maps * shitter prevention * Placement * a * cvar for tests and dev * weh
This commit is contained in:
@@ -138,6 +138,10 @@ namespace Content.Client.Lobby
|
||||
{
|
||||
text = Loc.GetString("lobby-state-paused");
|
||||
}
|
||||
else if ((_gameTicker.StartTime - _gameTicker.PreloadTime) < _gameTiming.CurTime)
|
||||
{
|
||||
text = Loc.GetString("lobby-state-preloading");
|
||||
}
|
||||
else
|
||||
{
|
||||
var difference = _gameTicker.StartTime - _gameTiming.CurTime;
|
||||
|
||||
Reference in New Issue
Block a user