Minor style nit fix
Minor style nit fix
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenRA.Mods.RA.Activities
|
||||
|
||||
self.World.AddFrameEndTask(w =>
|
||||
{
|
||||
if(self.IsDead() || transport.IsDead() || !cargo.CanLoad(transport, self))
|
||||
if (self.IsDead() || transport.IsDead() || !cargo.CanLoad(transport, self))
|
||||
return;
|
||||
|
||||
cargo.Load(transport, self);
|
||||
|
||||
Reference in New Issue
Block a user