diff --git a/OpenRa.Game/Player.cs b/OpenRa.Game/Player.cs index ff981178a4..66abfb021b 100644 --- a/OpenRa.Game/Player.cs +++ b/OpenRa.Game/Player.cs @@ -85,6 +85,7 @@ namespace OpenRa.Game void GiveAdvice(string advice) { + if (this != Game.LocalPlayer) return; // todo: store the condition or something. // repeat after Rules.General.SpeakDelay, as long as the condition holds. Sound.Play(advice);