Add alternate directory structure to better support huge worlds

This commit is contained in:
Mike Primm 2011-06-13 21:43:02 -05:00
parent 46e34356ae
commit 1d069f7fa7
16 changed files with 118 additions and 51 deletions

View file

@ -15,4 +15,5 @@ public class DynmapWorld {
public int servertime;
public boolean sendposition;
public boolean sendhealth;
public boolean bigworld; /* If true, deeper directory hierarchy */
}