From ad6c7e2c3734cc61b53093eb8edde03ade53ac83 Mon Sep 17 00:00:00 2001 From: Jerome Dane Date: Tue, 28 Jan 2014 06:18:06 -0500 Subject: [PATCH] Added missing polling request --- src/net/hearthstats/Monitor.java | 4 +++- version | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/net/hearthstats/Monitor.java b/src/net/hearthstats/Monitor.java index 8d83a691..9e3a4560 100644 --- a/src/net/hearthstats/Monitor.java +++ b/src/net/hearthstats/Monitor.java @@ -74,7 +74,9 @@ public void start() throws IOException { _analyzer.addObserver(this); _hsHelper.addObserver(this); - _checkForUserKey(); + if(_checkForUserKey()) { + _pollHearthstone(); + } } diff --git a/version b/version index a4a1fcd1..9ef19624 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.5.201301281 \ No newline at end of file +0.5.201301282 \ No newline at end of file