Vault now only checks every 6 hours.

This commit is contained in:
Sleaker 2012-01-02 10:08:48 -08:00
parent 6bf92f9b03
commit 7a80c18f09
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class Vault extends JavaPlugin {
}
}
}, 0, 36000);
}, 0, 432000);
log.info(String.format("[%s] Enabled Version %s", getDescription().getName(), getDescription().getVersion()));