mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 04:38:35 +00:00
Fix compile
This commit is contained in:
@ -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()));
|
||||
|
||||
|
Reference in New Issue
Block a user