Skip to content

Commit

Permalink
Fix menus.yml file update repeat in console
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Jun 6, 2021
1 parent 737b36d commit 2b41084
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Version Beta 1.0.4
Bug Fixes:
- Fixed multiple Forging XP exploits
- Fixed Disenchanter experience exploit
- Fixed global requirements not showing up in requirement deny messages
- Fixed incorrect item requirement use message
- Fix multiple Forging XP exploits
- Fix Disenchanter experience exploit
- Fix global requirements not showing up in requirement deny messages
- Fix incorrect item requirement use message
- Fix MySQL deprecation warning on Java 16

Version Beta 1.0.3
Bug Fixes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ private FileConfiguration updateFile(File file, FileConfiguration config) {
}
}
}
config.set("file_version", imbVersion);
config.save(file);
Bukkit.getLogger().info("[AureliumSkills] menus.yml was updated to a new file version, " + keysAdded + " new keys were added.");
}
Expand Down

0 comments on commit 2b41084

Please sign in to comment.