replacing sound (collection) names with SoundSpecifier - part 1
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Content.Server.RoundEnd
|
||||
private void EndRound()
|
||||
{
|
||||
OnRoundEndCountdownFinished?.Invoke();
|
||||
var gameTicker = EntitySystem.Get<GameTicker>();
|
||||
var gameTicker = Get<GameTicker>();
|
||||
gameTicker.EndRound();
|
||||
|
||||
_chatManager.DispatchServerAnnouncement(Loc.GetString("round-end-system-round-restart-eta-announcement", ("seconds", RestartRoundTime)));
|
||||
|
||||
Reference in New Issue
Block a user