More cleanup and refactoring - get ready to split out core
This commit is contained in:
parent
6aa150f6d3
commit
3ed0c25064
35 changed files with 352 additions and 216 deletions
|
|
@ -1,12 +1,12 @@
|
|||
package org.dynmap.debug;
|
||||
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
import org.dynmap.ConfigurationNode;
|
||||
import org.dynmap.DynmapCore;
|
||||
|
||||
public class NullDebugger implements Debugger {
|
||||
public static final NullDebugger instance = new NullDebugger(null, null);
|
||||
|
||||
public NullDebugger(JavaPlugin plugin, ConfigurationNode configuration) {
|
||||
public NullDebugger(DynmapCore core, ConfigurationNode configuration) {
|
||||
}
|
||||
|
||||
public void debug(String message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue