Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Apr 1, 2024
1 parent 0c282f3 commit 7cfee8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ private void saveFinished(CachedOutput cache, List<Object> dataIn, Path target,
if(o.toString().contains("UNLOCALIZED: ")) return;
builder.append(o);
});
builder.append("}");
builder.append("\t\"_\": \"Enjoy ").append(name).append("!}\"\n\n");
writer.append(builder.toString());
writer.close();

Expand Down

0 comments on commit 7cfee8f

Please sign in to comment.