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