mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Turn off version check (dev.bukkit.org doesn't like it...)
This commit is contained in:
parent
0c9d397144
commit
e7c92096b2
@ -823,6 +823,8 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||||||
core.setBlockNames(helper.getBlockShortNames());
|
core.setBlockNames(helper.getBlockShortNames());
|
||||||
core.setBlockMaterialMap(helper.getBlockMaterialMap());
|
core.setBlockMaterialMap(helper.getBlockMaterialMap());
|
||||||
core.setBiomeNames(helper.getBiomeNames());
|
core.setBiomeNames(helper.getBiomeNames());
|
||||||
|
// Placate dev.bukkit.org
|
||||||
|
core.disableVersionCheck();
|
||||||
|
|
||||||
/* Load configuration */
|
/* Load configuration */
|
||||||
if(!core.initConfiguration(enabCoreCB)) {
|
if(!core.initConfiguration(enabCoreCB)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user