Added unstable fullmap rendering. Also... messed up formatting by pressing ctrl+shift+f in eclipse, sigh
This commit is contained in:
parent
138aed8c33
commit
c8cf39a440
8 changed files with 236 additions and 127 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package org.dynmap.debug;
|
||||
|
||||
public class NullDebugger implements Debugger {
|
||||
public static final NullDebugger instance = new NullDebugger();
|
||||
public void debug(String message) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue