Fix IDE0053
This commit is contained in:
committed by
Pavel Penev
parent
37afd6094e
commit
939f715e3c
@@ -204,10 +204,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
Info.BeaconDelay,
|
||||
info.FlightDelay - info.BeaconRemoveAdvance);
|
||||
|
||||
self.World.AddFrameEndTask(w =>
|
||||
{
|
||||
w.Add(beacon);
|
||||
});
|
||||
self.World.AddFrameEndTask(w => w.Add(beacon));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user