mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Fixed disable-webserver not being used (thanks for checking that Kilandor).
This commit is contained in:
parent
e6d2c4932a
commit
39db895b9d
@ -76,7 +76,9 @@ public class DynmapPlugin extends JavaPlugin {
|
|||||||
mapManager = new MapManager(this, configuration);
|
mapManager = new MapManager(this, configuration);
|
||||||
mapManager.startRendering();
|
mapManager.startRendering();
|
||||||
|
|
||||||
loadWebserver();
|
if (!configuration.getBoolean("disable-webserver", false)) {
|
||||||
|
loadWebserver();
|
||||||
|
}
|
||||||
|
|
||||||
if (configuration.getBoolean("jsonfile", false)) {
|
if (configuration.getBoolean("jsonfile", false)) {
|
||||||
jsonConfig();
|
jsonConfig();
|
||||||
|
Loading…
Reference in New Issue
Block a user