Turn off version check (dev.bukkit.org doesn't like it...)
This commit is contained in:
parent
eb842e6f92
commit
4d1f1f8b5a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue