mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-30 12:01:34 +01:00
Vault now only checks every 6 hours.
This commit is contained in:
parent
6bf92f9b03
commit
7a80c18f09
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user