Remove redundant jumps and other style nits from the update rules
This commit is contained in:
@@ -32,8 +32,6 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
|
||||
var durationMilliseconds = field.NodeValue<int>() * 40;
|
||||
field.ReplaceValue(FieldSaver.FormatValue(durationMilliseconds));
|
||||
}
|
||||
|
||||
yield break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user