Fix IDE0053
This commit is contained in:
committed by
Pavel Penev
parent
37afd6094e
commit
939f715e3c
@@ -434,10 +434,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{
|
||||
var fsPlayer = fullscreenVideoPlayer.Get<VideoPlayerWidget>("PLAYER");
|
||||
fullscreenVideoPlayer.Visible = true;
|
||||
PlayVideo(fsPlayer, missionData.StartVideo, PlayingVideo.GameStart, () =>
|
||||
{
|
||||
Game.CreateAndStartLocalServer(selectedMap.Uid, orders);
|
||||
});
|
||||
PlayVideo(fsPlayer, missionData.StartVideo, PlayingVideo.GameStart,
|
||||
() => Game.CreateAndStartLocalServer(selectedMap.Uid, orders));
|
||||
}
|
||||
else
|
||||
Game.CreateAndStartLocalServer(selectedMap.Uid, orders);
|
||||
|
||||
Reference in New Issue
Block a user