mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-25 01:57:53 +01:00
This commit is contained in:
commit
421b91058a
@ -40,7 +40,7 @@ public class DynmapPlugin extends JavaPlugin {
|
||||
}
|
||||
|
||||
public World getWorld() {
|
||||
return getServer().getWorlds()[0];
|
||||
return getServer().getWorlds().get(0);
|
||||
}
|
||||
|
||||
public MapManager getMapManager() {
|
||||
|
Loading…
Reference in New Issue
Block a user