We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d3ed7 commit 719163cCopy full SHA for 719163c
Bukkit/src/main/java/net/frankheijden/serverutils/bukkit/entities/BukkitYamlConfig.java
@@ -43,7 +43,6 @@ public Object get(String path) {
43
public Map<String, Object> getMap(String path) {
44
Object obj = config.get(path);
45
if (obj instanceof MemorySection) {
46
- System.out.println("yes");
47
return ((MemorySection) obj).getValues(false);
48
}
49
return new HashMap<>();
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = 'net.frankheijden.serverutils'
7
-version = '2.0.6'
+version = '2.0.7'
8
9
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
10
0 commit comments