Fixed JsonTimerTask.
This commit is contained in:
parent
119abb33eb
commit
5778611227
2 changed files with 2 additions and 4 deletions
|
|
@ -23,8 +23,6 @@ public class MapManager {
|
|||
|
||||
public Map<String, DynmapWorld> worlds = new HashMap<String, DynmapWorld>();
|
||||
public Map<String, DynmapWorld> inactiveworlds = new HashMap<String, DynmapWorld>();
|
||||
|
||||
public PlayerList playerList;
|
||||
|
||||
/* lock for our data structures */
|
||||
public static final Object lock = new Object();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue