Merge pull request #435 from sk89q/feature/trace-unflushed-sessions

Add tracing for unflushed EditSessions
This commit is contained in:
Matthew Miller
2018-11-04 17:21:25 +10:00
committed by GitHub
11 changed files with 80 additions and 4 deletions

View File

@ -58,6 +58,7 @@ public class ConfigurateConfiguration extends LocalConfiguration {
}
profile = node.getNode("debug").getBoolean(profile);
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();