Updated Server.getTime to World.getTime (to reflect Bukkit's changes)

This commit is contained in:
FrozenCow 2011-02-02 11:40:49 +01:00
parent 455b5d3b3e
commit 13e829cda0
3 changed files with 19 additions and 24 deletions

View file

@ -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)");
}