Skip to content

Commit

Permalink
v2.2.0 (추가)
Browse files Browse the repository at this point in the history
특정 버전 설치가 안되는 문제 해결
  • Loading branch information
Daybreak365 committed Aug 6, 2020
1 parent 185d3a1 commit 1383d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private void onInventoryClick(final InventoryClickEvent e) {
if (addonVersion != null) {
player.closeInventory();
try {
addonInfo.getVersions().get(addonInfo.getVersions().size() - 1).install();
addonVersion.install();
} catch (IOException ex) {
ex.printStackTrace();
}
Expand Down

0 comments on commit 1383d20

Please sign in to comment.