Skip to content

Commit

Permalink
bug update
Browse files Browse the repository at this point in the history
  • Loading branch information
Medialo committed Apr 19, 2021
1 parent a6a69f4 commit be9d723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/fr/medialo/api/pbmyaml/PbmYaml.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public void load(File file) {
} catch (IOException e) {
e.printStackTrace();
}
if(this.values == null)
this.values = new HashMap<>();
}

public void clearFooter() {
Expand Down

0 comments on commit be9d723

Please sign in to comment.