This commit is contained in:
FrozenCow 2011-02-07 17:01:39 +01:00
commit 421b91058a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class DynmapPlugin extends JavaPlugin {
}
public World getWorld() {
return getServer().getWorlds()[0];
return getServer().getWorlds().get(0);
}
public MapManager getMapManager() {