mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-04-03 02:25:54 +02:00
Set tilePath to 'tiles/'.
This commit is contained in:
parent
c4cce7182a
commit
4f0e89b1d8
@ -82,7 +82,6 @@ public class MapManager extends Thread {
|
|||||||
this.debugger = debugger;
|
this.debugger = debugger;
|
||||||
this.staleQueue = new StaleQueue();
|
this.staleQueue = new StaleQueue();
|
||||||
|
|
||||||
tilepath = "/srv/http/dynmap/tiles/";
|
|
||||||
serverport = 8123;
|
serverport = 8123;
|
||||||
bindaddress = "0.0.0.0";
|
bindaddress = "0.0.0.0";
|
||||||
//webPath = "/srv/http/dynmap/";
|
//webPath = "/srv/http/dynmap/";
|
||||||
|
Loading…
Reference in New Issue
Block a user