Skip to content

Commit

Permalink
messages.restart_the_engine
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Mar 18, 2021
1 parent b62aaff commit 6aa43d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3621,6 +3621,7 @@ function menu_build() {
fn: "toggle",
args: ["suppress_chess960"],
});
alert(messages.restart_the_engine);
}
},
{
Expand Down
4 changes: 4 additions & 0 deletions src/modules/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,7 @@ exports.desync =
exports.suppressed_960_warning =
`We appear to have entered a game of Chess960, however Chess960 format comms with the engine have \
been suppressed via the Dev menu. This may lead to weird results.`;


exports.restart_the_engine =
`It is recommended that you now restart the engine.`;

0 comments on commit 6aa43d2

Please sign in to comment.