Skip to content

Commit

Permalink
Align configurate with yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Oct 31, 2018
1 parent b8ae611 commit 351a8bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void load() {
}

profile = node.getNode("debug").getBoolean(profile);
traceUnflushedSessions = node.getNode("debugging", "traceUnflushedSessions").getBoolean(traceUnflushedSessions);
traceUnflushedSessions = node.getNode("debugging", "trace-unflushed-sessions").getBoolean(traceUnflushedSessions);
wandItem = node.getNode("wand-item").getString(wandItem);
try {
wandItem = LegacyMapper.getInstance().getItemFromLegacy(Integer.parseInt(wandItem)).getId();
Expand Down

0 comments on commit 351a8bb

Please sign in to comment.