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) {
|
public Map<String, Object> getMap(String path) {
|
||||||
Object obj = config.get(path);
|
Object obj = config.get(path);
|
||||||
if (obj instanceof MemorySection) {
|
if (obj instanceof MemorySection) {
|
||||||
System.out.println("yes");
|
|
||||||
return ((MemorySection) obj).getValues(false);
|
return ((MemorySection) obj).getValues(false);
|
||||||
}
|
}
|
||||||
return new HashMap<>();
|
return new HashMap<>();
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'net.frankheijden.serverutils'
|
group = 'net.frankheijden.serverutils'
|
||||||
version = '2.0.6'
|
version = '2.0.7'
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue