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

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())); log.info(String.format("[%s] Enabled Version %s", getDescription().getName(), getDescription().getVersion()));