Skip to content

Commit

Permalink
ы
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jan 16, 2025
1 parent 1b61551 commit a23c00e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Content.Server/GameTicking/GameTicker.StatusShell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ private void GetStatusResponse(JsonNode jObject)
jObject["players"] = players; // Sunrise-Queue
jObject["soft_max_players"] = _cfg.GetCVar(CCVars.SoftMaxPlayers);
jObject["panic_bunker"] = _cfg.GetCVar(CCVars.PanicBunkerEnabled);
jObject["short_name"] = _cfg.GetCVar(SunriseCCVars.ServersHubShortName); // Sunrise-Edit

/*
* TODO: Remove baby jail code once a more mature gateway process is established. This code is only being issued as a stopgap to help with potential tiding in the immediate future.
*/

jObject["baby_jail"] = _cfg.GetCVar(CCVars.BabyJailEnabled);
jObject["run_level"] = (int) _runLevel;
if (preset != null)
{
Expand All @@ -79,6 +72,7 @@ private void GetStatusResponse(JsonNode jObject)
{
jObject["round_start_time"] = _roundStartDateTime.ToString("o");
}
jObject["short_name"] = _cfg.GetCVar(SunriseCCVars.ServersHubShortName); // Sunrise-Edit
}
}
}
Expand Down

0 comments on commit a23c00e

Please sign in to comment.