mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-01-20 23:21:26 +01:00
changed updateCheckInterval to 4 hours
This commit is contained in:
parent
a91a750e32
commit
a8a99a0ae8
@ -72,7 +72,7 @@ public class JeffChestSortPlugin extends JavaPlugin {
|
||||
public boolean hookCrackShot = false;
|
||||
public boolean hookInventoryPages = false;
|
||||
|
||||
private long updateCheckInterval = 86400; // in seconds. We check on startup and every 24 hours
|
||||
private static long updateCheckInterval = 4*60*60; // in seconds. We check on startup and every 4 hours
|
||||
|
||||
String mcVersion; // 1.13.2 = 1_13_R2
|
||||
// 1.14.4 = 1_14_R1
|
||||
|
Loading…
Reference in New Issue
Block a user