mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +01:00
Fix message for version mismatch, and abort UI if it fails
This commit is contained in:
parent
6181aa8ba9
commit
91bc59d7f8
@ -290,8 +290,9 @@ DynMap.prototype = {
|
||||
|
||||
if(dynmapversion != me.options.dynmapversion) {
|
||||
me.alertbox
|
||||
.text('Web files are not matched with plugin version: All files need to be same version (' + me.options.dynmapverion + ')')
|
||||
.text('Web files are not matched with plugin version: All files need to be same version (' + me.options.dynmapversion + ')')
|
||||
.show();
|
||||
return;
|
||||
}
|
||||
|
||||
me.selectMap(me.defaultworld.defaultmap);
|
||||
|
Loading…
Reference in New Issue
Block a user