Re-merge the nether render support, and update race condition fixes
This commit is contained in:
parent
600dd00bcd
commit
0ffc825b05
9 changed files with 197 additions and 154 deletions
|
|
@ -115,6 +115,10 @@ public class DynmapPlugin extends JavaPlugin {
|
|||
}
|
||||
|
||||
registerEvents();
|
||||
|
||||
/* Print version info */
|
||||
PluginDescriptionFile pdfFile = this.getDescription();
|
||||
log.info("[dynmap] version " + pdfFile.getVersion() + " is enabled" );
|
||||
}
|
||||
|
||||
public void loadWebserver() {
|
||||
|
|
@ -157,9 +161,7 @@ public class DynmapPlugin extends JavaPlugin {
|
|||
} catch (IOException e) {
|
||||
log.severe("Failed to start WebServer on " + bindAddress + ":" + port + "!");
|
||||
}
|
||||
/* Print version info */
|
||||
PluginDescriptionFile pdfFile = this.getDescription();
|
||||
log.info("[dynmap] version " + pdfFile.getVersion() + " is enabled" );
|
||||
|
||||
}
|
||||
|
||||
public void onDisable() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue