Updated Server.getTime to World.getTime (to reflect Bukkit's changes)
This commit is contained in:
parent
455b5d3b3e
commit
13e829cda0
3 changed files with 19 additions and 24 deletions
|
|
@ -55,7 +55,7 @@ public class DynmapPlugin extends JavaPlugin {
|
|||
mapManager.startManager();
|
||||
|
||||
try {
|
||||
webServer = new WebServer(mapManager, getServer(), playerList, debugger, configuration);
|
||||
webServer = new WebServer(mapManager, getWorld(), playerList, debugger, configuration);
|
||||
} catch(IOException e) {
|
||||
log.info("position failed to start WebServer (IOException)");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue