Update for mod image loading support
This commit is contained in:
parent
e2f03925ef
commit
27907fd406
1 changed files with 5 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||||
|
|
||||||
return bw;
|
return bw;
|
||||||
}
|
}
|
||||||
private final void removeWorld(World w) {
|
final void removeWorld(World w) {
|
||||||
world_by_name.remove(w.getName());
|
world_by_name.remove(w.getName());
|
||||||
if(w == last_world) {
|
if(w == last_world) {
|
||||||
last_world = null;
|
last_world = null;
|
||||||
|
|
@ -557,6 +557,10 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||||
public String getServerIP() {
|
public String getServerIP() {
|
||||||
return Bukkit.getServer().getIp();
|
return Bukkit.getServer().getIp();
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
public File getModContainerFile(String mod) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Player access abstraction class
|
* Player access abstraction class
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue