Skip to content

Commit

Permalink
Fix Abilities not working offline. Closes #564
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed Aug 4, 2014
1 parent fddc433 commit c67db89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void run()
}
e.printStackTrace();

Reader fileIn = new InputStreamReader(Morph.class.getResourceAsStream("/assets/morph/mod/AbilityModMobSupport.json"));
Reader fileIn = new InputStreamReader(Morph.class.getResourceAsStream("/assets/morph/mod/AbilitySupport.json"));
json = gson.fromJson(fileIn, mapType);
fileIn.close();
}
Expand Down

0 comments on commit c67db89

Please sign in to comment.