Revert "Load Maps on Round Start, not Round Restart v3 (#6989)" (#6990)

This reverts commit 9ab3bb5811.
This commit is contained in:
Moony
2022-03-04 11:42:55 -06:00
committed by GitHub
parent 9ab3bb5811
commit 4aa65b6708
6 changed files with 90 additions and 113 deletions

View File

@@ -108,9 +108,6 @@ namespace Content.Server.GameTicking
private string? PickBestAvailableJob(IPlayerSession playerSession, HumanoidCharacterProfile profile,
StationId station)
{
if (station == StationId.Invalid)
return null;
var available = _stationSystem.StationInfo[station].JobList;
bool TryPick(JobPriority priority, [NotNullWhen(true)] out string? jobId)