Skip to content

Commit

Permalink
fix current game exists
Browse files Browse the repository at this point in the history
  • Loading branch information
robrua committed Jun 17, 2018
1 parent f787258 commit ce42468
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ public CurrentMatch(final com.merakianalytics.orianna.types.data.spectator.Curre
}

public boolean exists() {
load(CURRENT_GAME_LOAD_GROUP);
return coreData != null;
}

Expand Down

0 comments on commit ce42468

Please sign in to comment.