Fixed EndRound music looping forever. Closes #334
This commit is contained in:
@@ -1514,9 +1514,7 @@ namespace Barotrauma.Networking
|
||||
{
|
||||
yield return CoroutineStatus.Running;
|
||||
} while (cinematic.Running);
|
||||
#if CLIENT
|
||||
SoundPlayer.OverrideMusicType = null;
|
||||
#endif
|
||||
|
||||
Submarine.Unload();
|
||||
entityEventManager.Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user