Merge pull request #859 from Arcadelia/Job-lastTouched-fix
Initialized ImportingJob.lastTouched
This commit is contained in:
commit
2fa9cf11c8
@ -76,6 +76,8 @@ public class ImportingJob implements Jsonizable {
|
||||
JSONUtilities.safePut(cfg, "hasData", false);
|
||||
this.config = cfg;
|
||||
|
||||
lastTouched = System.currentTimeMillis();
|
||||
|
||||
dir.mkdirs();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user