Fix newlines in C# files.
This commit is contained in:
@@ -27,10 +27,10 @@ namespace OpenRA.Mods.Common.Activities
|
||||
}
|
||||
|
||||
protected override void OnFirstRun(Actor self)
|
||||
{
|
||||
// Reset the ReloadDelay to avoid any issues with early cancellation
|
||||
{
|
||||
// Reset the ReloadDelay to avoid any issues with early cancellation
|
||||
// from previous reload attempts (explicit order, host building died, etc).
|
||||
// HACK: this really shouldn't be managed from here
|
||||
// HACK: this really shouldn't be managed from here
|
||||
foreach (var pool in ammoPools)
|
||||
pool.RemainingTicks = pool.Info.ReloadDelay;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user