Add support in web UI for automatic day/night cycle when night-and-day

set for a given map.
This commit is contained in:
Mike Primm 2011-05-29 17:24:46 -05:00
parent e5ddd5cb3a
commit 9e84b2cdbe
8 changed files with 64 additions and 6 deletions

View file

@ -12,4 +12,5 @@ public class DynmapWorld {
public UpdateQueue updates = new UpdateQueue();
public ConfigurationNode configuration;
public List<Location> seedloc;
public int servertime;
}