Play reload sounds only to owner
This commit is contained in:
@@ -65,7 +65,7 @@ namespace OpenRA.Mods.Common.Activities
|
|||||||
|
|
||||||
var sound = pool.Info.RearmSound;
|
var sound = pool.Info.RearmSound;
|
||||||
if (sound != null)
|
if (sound != null)
|
||||||
Game.Sound.Play(sound, self.CenterPosition);
|
Game.Sound.PlayToPlayer(self.Owner, sound, self.CenterPosition);
|
||||||
|
|
||||||
ammoPoolsReloadTimes[pool] = pool.Info.ReloadDelay;
|
ammoPoolsReloadTimes[pool] = pool.Info.ReloadDelay;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user