v2.0.7 - REEE debug

This commit is contained in:
Frank van der Heijden 2020-07-20 14:48:47 +02:00
parent 93d3ed729e
commit 719163c579
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
2 changed files with 1 additions and 2 deletions

View file

@ -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<>();