max timeshift to 23

This commit is contained in:
AdrianLxM 2017-10-10 20:47:38 +02:00
parent 36784b983e
commit b60ff8ceef

View file

@ -33,7 +33,7 @@ public class Constants {
public static final int CPP_MIN_PERCENTAGE = 50;
public static final int CPP_MAX_PERCENTAGE = 200;
public static final int CPP_MIN_TIMESHIFT = -6;
public static final int CPP_MAX_TIMESHIFT = 6;
public static final int CPP_MAX_TIMESHIFT = 23;
// Very Hard Limits Ranges
// First value is the Lowest and second value is the Highest a Limit can define