Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Added missing polling request
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDane committed Jan 28, 2014
1 parent aecb73e commit ad6c7e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/net/hearthstats/Monitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ public void start() throws IOException {
_analyzer.addObserver(this);
_hsHelper.addObserver(this);

_checkForUserKey();
if(_checkForUserKey()) {
_pollHearthstone();
}

}

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.201301281
0.5.201301282

0 comments on commit ad6c7e2

Please sign in to comment.