Adds linting support to SoundCollectionPrototype, fix linter errors.
Closes #4580
This commit is contained in:
@@ -246,7 +246,7 @@ namespace Content.Server.GameTicking
|
||||
RoundNumberMetric.Inc();
|
||||
|
||||
RunLevel = GameRunLevel.PreRoundLobby;
|
||||
LobbySong = _robustRandom.Pick(_lobbyMusicCollection.PickFiles);
|
||||
LobbySong = _robustRandom.Pick(_lobbyMusicCollection.PickFiles).ToString();
|
||||
ResettingCleanup();
|
||||
PreRoundSetup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user