fix dumb bug in replay viewer

This commit is contained in:
Chris Forbes
2010-12-19 20:49:14 +13:00
parent d6c71c6618
commit c85dbfb53d

View File

@@ -47,7 +47,7 @@ namespace OpenRA.Mods.RA.Widgets.Delegates
widget.GetWidget("WATCH_BUTTON").OnMouseUp = mi =>
{
if (currentReplay == null)
if (currentReplay != null)
{
Widget.CloseWindow();
Game.JoinReplay(CurrentReplay);