Remove redundant jumps and other style nits from the update rules
This commit is contained in:
@@ -33,11 +33,7 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
|
||||
}
|
||||
|
||||
if (buttonCollection != null)
|
||||
{
|
||||
chromeNode.AddNode(new MiniYamlNode("ArrowButton", buttonCollection));
|
||||
}
|
||||
|
||||
yield break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user