diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 0519fccb98..0a3c75273a 100755 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -222,7 +222,7 @@ namespace OpenRA worldRenderer.RefreshPalette(); if (!isShellmap) - Sound.PlayNotification(null, "Speech", "StartGame", orderManager.world.LocalPlayer.Country.Race); + Sound.PlayNotification(null, "Speech", "StartGame", null); } public static bool IsHost