Tiles will now also generate when destroying blocks.
This commit is contained in:
parent
dfc051743d
commit
686b09bc9d
3 changed files with 13 additions and 6 deletions
|
|
@ -1,15 +1,12 @@
|
|||
package org.dynmap.debug;
|
||||
|
||||
public class NullDebugger implements Debugger {
|
||||
@Override
|
||||
public void debug(String message) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void error(String message) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void error(String message, Throwable thrown) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue