networks: fix last checkpoint.

This commit is contained in:
Christopher Jeffrey 2017-04-30 06:06:39 -07:00
parent 6acef06cbc
commit c1d7e93477
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -109,7 +109,7 @@ main.checkpointMap = {
* @default
*/
main.lastCheckpoint = 420000;
main.lastCheckpoint = 450000;
/**
* @const {Number}