StyleCop
This commit is contained in:
committed by
Matthias Mailänder
parent
e344b95a6f
commit
16ddecdcbf
@@ -45,7 +45,7 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
if (init.Contains<CargoInit>())
|
||||
{
|
||||
cargo = init.Get<CargoInit,Actor[]>().ToList();
|
||||
cargo = init.Get<CargoInit, Actor[]>().ToList();
|
||||
totalWeight = cargo.Sum(c => GetWeight(c));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user