Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Nov 3, 2019
1 parent e3e3191 commit 4cb4c7e
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 442 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ public boolean loadLevel(@NonNull ChallengeLevel level,
* This method stores PlayerData into local cache.
*
* @param playerData ChallengesPlayerData that must be loaded.
*
* TODO: Remove this unused method?
*/
private void loadPlayerData(@NonNull ChallengesPlayerData playerData)
{
Expand Down Expand Up @@ -683,6 +685,7 @@ private boolean migrateLevels(World world)
/**
* This method collects all data from challenges database and migrates them.
*/
@SuppressWarnings("deprecation")
private boolean migrateChallenges(World world)
{
String addonName = Utils.getGameMode(world);
Expand Down

0 comments on commit 4cb4c7e

Please sign in to comment.