Fix to reflect Bukkit's changes. Also fixes the threading-problems.
This commit is contained in:
parent
6205aee3b6
commit
53e7ab73a0
3 changed files with 4 additions and 18 deletions
|
|
@ -22,8 +22,8 @@ public class DynmapPlugin extends JavaPlugin {
|
|||
|
||||
private BukkitPlayerDebugger debugger = new BukkitPlayerDebugger(this);
|
||||
|
||||
public DynmapPlugin(PluginLoader pluginLoader, Server instance, PluginDescriptionFile desc, File plugin, ClassLoader cLoader) {
|
||||
super(pluginLoader, instance, desc, plugin, cLoader);
|
||||
public DynmapPlugin(PluginLoader pluginLoader, Server instance, PluginDescriptionFile desc, File folder, File plugin, ClassLoader cLoader) {
|
||||
super(pluginLoader, instance, desc, folder, plugin, cLoader);
|
||||
}
|
||||
|
||||
public World getWorld() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue