This commit is contained in:
Azgaar 2020-06-26 20:32:19 +03:00
parent f424f242da
commit 468e553f7c
2 changed files with 4 additions and 4 deletions

View file

@ -526,7 +526,7 @@ function uploadMap(file, callback) {
} else {
load = true;
message = `The map version (${mapVersion}) does not match the Generator version (${version}).
<br>The map will be auto-updated. In case of issues please keep using an ${archive} of the Generator`;
<br>Click OK to get map auto-updated. In case of issues please keep using an ${archive} of the Generator`;
}
alertMessage.innerHTML = message;
$("#alert").dialog({title: "Version conflict", width: "38em", buttons: {