remove double click sound when switching production tabs

closes #5863
This commit is contained in:
Matthias Mailänder
2014-08-23 21:45:55 +02:00
parent 749314d04e
commit ac1544e8bd

View File

@@ -97,8 +97,6 @@ namespace OpenRA.Mods.RA.Widgets
if (queueGroup == null)
return true;
Sound.PlayNotification(world.Map.Rules, null, "Sounds", "ClickSound", null);
// Prioritize alerted queues
var queues = Groups[queueGroup].Tabs.Select(t => t.Queue)
.OrderByDescending(q => q.CurrentDone ? 1 : 0)