Fix OrderManager being deleted in map editor
This commit is contained in:
committed by
Matthias Mailänder
parent
b070c0818f
commit
ab6dc5db32
@@ -199,7 +199,6 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
widget.Get<ButtonWidget>("BACK_BUTTON").OnClick = () =>
|
||||
{
|
||||
StopVideo(videoPlayer);
|
||||
Game.Disconnect();
|
||||
Ui.CloseWindow();
|
||||
onExit();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user