1.7
This commit is contained in:
parent
03d4e8f8ed
commit
87f5fe27d0
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>de.jatitv</groupId>
|
<groupId>de.jatitv</groupId>
|
||||||
<artifactId>PaPiTest</artifactId>
|
<artifactId>PaPiTest</artifactId>
|
||||||
<version>1.6</version>
|
<version>1.7</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>PaPiTest</name>
|
<name>PaPiTest</name>
|
||||||
|
@ -15,9 +15,9 @@ public class Config {
|
|||||||
|
|
||||||
public static Integer ConfigVersion = 1;
|
public static Integer ConfigVersion = 1;
|
||||||
|
|
||||||
public static Boolean updateCheckOnJoin;
|
public static Boolean updateCheckOnJoin = true;
|
||||||
public static Boolean updateCheckSeePreReleaseUpdates;
|
public static Boolean updateCheckSeePreReleaseUpdates = true;
|
||||||
public static Integer updateCheckTimeInterval;
|
public static Integer updateCheckTimeInterval = 60;
|
||||||
public static Boolean Titel = true;
|
public static Boolean Titel = true;
|
||||||
|
|
||||||
public static void configCreate() {
|
public static void configCreate() {
|
||||||
|
Loading…
Reference in New Issue
Block a user