Skip to content

Commit

Permalink
Auto update keys in Entity/PlayerDeathMessages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Nov 17, 2023
1 parent 3cba049 commit 12f7bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void initialize() {
}
config = CommentedConfiguration.loadConfiguration(file);
try {
config.syncWithConfig(file, DeathMessages.getInstance().getResource(fileName + ".yml"), "Entities", "Mythic-Mobs-Entities");
config.syncWithConfig(file, DeathMessages.getInstance().getResource(fileName + ".yml"), "none");
} catch (Exception e) {
LogManager.getLogger().error(e);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void initialize() {
}
config = CommentedConfiguration.loadConfiguration(file);
try {
config.syncWithConfig(file, DeathMessages.getInstance().getResource(fileName + ".yml"), "Mobs");
config.syncWithConfig(file, DeathMessages.getInstance().getResource(fileName + ".yml"), "none");
} catch (Exception e) {
LogManager.getLogger().error(e);
}
Expand Down

0 comments on commit 12f7bf2

Please sign in to comment.