Expanded internal webserver to also handle web and tiles, where web-files can be retrieved from filesystem or jar. Also some debugging changes.
This commit is contained in:
parent
b4fca31cd5
commit
6a7559f3ad
11 changed files with 247 additions and 84 deletions
|
|
@ -2,4 +2,6 @@ package org.dynmap.debug;
|
|||
|
||||
public interface Debugger {
|
||||
void debug(String message);
|
||||
void error(String message);
|
||||
void error(String message, Throwable thrown);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue