Skip to content

Commit

Permalink
chat i might be dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
superpowers04 committed Mar 9, 2024
1 parent 3d403f9 commit b1c0196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static Metadata read(String json) {
public static CompoundTag parse(String json, String filename) {
// parse json -> object
Metadata metadata = read(json);
parse(metadata,json,filename);
return parse(metadata,json,filename);
}
public static CompoundTag parse(Metadata metadata, String json, String filename) {

Expand Down

0 comments on commit b1c0196

Please sign in to comment.