Fixed client-updates for JsonFile.
This commit is contained in:
parent
04d93d35fd
commit
d6cce5ed48
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public class JsonFileClientUpdateComponent extends ClientUpdateComponent {
|
|||
|
||||
JSONObject update = new JSONObject();
|
||||
update.put("timestamp", current);
|
||||
ClientUpdateEvent clientUpdate = new ClientUpdateEvent(current, dynmapWorld, update);
|
||||
ClientUpdateEvent clientUpdate = new ClientUpdateEvent(lastTimestamp, dynmapWorld, update);
|
||||
plugin.events.trigger("buildclientupdate", clientUpdate);
|
||||
|
||||
outputFile = getStandaloneFile("dynmap_" + world.getName() + ".json");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue