Fix OrderManager being deleted in map editor

This commit is contained in:
Gustas
2024-09-05 20:26:40 +03:00
committed by Matthias Mailänder
parent b070c0818f
commit ab6dc5db32
3 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
widget.Get<ButtonWidget>("BACK_BUTTON").OnClick = () =>
{
StopVideo(videoPlayer);
Game.Disconnect();
Ui.CloseWindow();
onExit();
};