Skip to content

Commit be9d723

Browse files
committed
bug update
1 parent a6a69f4 commit be9d723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/fr/medialo/api/pbmyaml/PbmYaml.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public void load(File file) {
3737
} catch (IOException e) {
3838
e.printStackTrace();
3939
}
40+
if(this.values == null)
41+
this.values = new HashMap<>();
4042
}
4143

4244
public void clearFooter() {

0 commit comments

Comments
 (0)