Fix IDE0053
This commit is contained in:
committed by
Pavel Penev
parent
37afd6094e
commit
939f715e3c
@@ -283,10 +283,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
if (beacon == null)
|
||||
return;
|
||||
|
||||
Self.World.AddFrameEndTask(w =>
|
||||
{
|
||||
w.Remove(beacon);
|
||||
});
|
||||
Self.World.AddFrameEndTask(w => w.Remove(beacon));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user