fix dumb bug in replay viewer
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenRA.Mods.RA.Widgets.Delegates
|
|||||||
|
|
||||||
widget.GetWidget("WATCH_BUTTON").OnMouseUp = mi =>
|
widget.GetWidget("WATCH_BUTTON").OnMouseUp = mi =>
|
||||||
{
|
{
|
||||||
if (currentReplay == null)
|
if (currentReplay != null)
|
||||||
{
|
{
|
||||||
Widget.CloseWindow();
|
Widget.CloseWindow();
|
||||||
Game.JoinReplay(CurrentReplay);
|
Game.JoinReplay(CurrentReplay);
|
||||||
|
|||||||
Reference in New Issue
Block a user