Skip to content

Commit

Permalink
msg
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Oct 18, 2018
1 parent 59dd6df commit 6225bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluorine_renderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
try {
zstd = require("node-zstandard");
} catch (err) {
alert("Couldn't load zstd module. This can usually be fixed by running \"npm install\"");
alert("Couldn't load zstd module. This can usually be fixed by running \"npm install\" but until then, Fluorine can still open JSON replays.");
}

const ranks = ["???", "1st", "2nd", "3rd", "4th"];
Expand Down

0 comments on commit 6225bea

Please sign in to comment.