Remove a nowadays unnecessary loop safeguard
This commit is contained in:
@@ -213,9 +213,8 @@ namespace OpenRA.Mods.Common.Widgets
|
|||||||
world.PlayVoiceForOrders(orders);
|
world.PlayVoiceForOrders(orders);
|
||||||
|
|
||||||
var flashed = false;
|
var flashed = false;
|
||||||
foreach (var order in orders)
|
foreach (var o in orders)
|
||||||
{
|
{
|
||||||
var o = order;
|
|
||||||
if (o == null)
|
if (o == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user