Fix compile

This commit is contained in:
Jesse Boyd
2018-08-16 00:04:16 +10:00
parent be574391ed
commit 659ed09bf1
8 changed files with 11 additions and 13 deletions

View File

@ -56,7 +56,6 @@ public class YAMLConfiguration extends LocalConfiguration {
logger.log(Level.WARNING, "Error loading WorldEdit configuration", e);
}
// TODO FIXME use Config class with comments / bindings
profile = config.getBoolean("debug", profile);
wandItem = ItemTypes.parse(config.getString("wand-item", wandItem.getId()));