v2.0.7 - REEE debug
This commit is contained in:
parent
93d3ed729e
commit
719163c579
2 changed files with 1 additions and 2 deletions
|
|
@ -43,7 +43,6 @@ public class BukkitYamlConfig implements YamlConfig {
|
|||
public Map<String, Object> getMap(String path) {
|
||||
Object obj = config.get(path);
|
||||
if (obj instanceof MemorySection) {
|
||||
System.out.println("yes");
|
||||
return ((MemorySection) obj).getValues(false);
|
||||
}
|
||||
return new HashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue