Prevent being unable to start a quest match after failing once

This commit is contained in:
drdev
2014-07-13 02:52:02 +00:00
parent f13cec787b
commit a7d03546cb

View File

@@ -40,7 +40,9 @@ public abstract class QuestLaunchScreen extends LaunchScreen {
}); });
} }
}); });
return;
} }
creatingMatch = false;
} }
}); });
} }