changed updateCheckInterval to 4 hours

This commit is contained in:
mfnalex 2020-05-21 01:10:56 +02:00
parent a91a750e32
commit a8a99a0ae8

View File

@ -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