Add version check for javascript files versus plugin version
This commit is contained in:
parent
9322c5426d
commit
6181aa8ba9
2 changed files with 8 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ public class ClientConfigurationComponent extends Component {
|
|||
s(t, "webprefix", unescapeString(c.getString("webprefix", "[WEB] ")));
|
||||
s(t, "defaultzoom", c.getInteger("defaultzoom", 0));
|
||||
s(t, "sidebaropened", c.getString("sidebaropened", "false"));
|
||||
s(t, "dynmapversion", plugin.getDescription().getVersion());
|
||||
|
||||
DynmapWorld defaultWorld = null;
|
||||
String defmap = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue