fixed various sound bugs
This commit is contained in:
@@ -34,7 +34,8 @@ namespace OpenRa.Traits
|
||||
if (order.OrderString == "PowerDown")
|
||||
{
|
||||
IsDisabled = !IsDisabled;
|
||||
Sound.Play((IsDisabled) ? "bleep12.aud" : "bleep11.aud");
|
||||
if (self.Owner == self.World.LocalPlayer)
|
||||
Sound.Play(IsDisabled ? "bleep12.aud" : "bleep11.aud");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user