forked from LogBlock/LogBlock
Spigot 1.14.1
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>de.diddiz</groupId>
|
<groupId>de.diddiz</groupId>
|
||||||
<artifactId>logblock</artifactId>
|
<artifactId>logblock</artifactId>
|
||||||
<version>1.14-SNAPSHOT</version>
|
<version>1.14.1-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>LogBlock</name>
|
<name>LogBlock</name>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.14-R0.1-SNAPSHOT</version>
|
<version>1.14.1-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@@ -733,8 +733,8 @@ class Updater {
|
|||||||
config.set("version", "1.13.2");
|
config.set("version", "1.13.2");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (configVersion.compareTo(new ComparableVersion("1.14.0")) < 0) {
|
if (configVersion.compareTo(new ComparableVersion("1.14.1")) < 0) {
|
||||||
config.set("version", "1.14.0");
|
config.set("version", "1.14.1");
|
||||||
}
|
}
|
||||||
|
|
||||||
// this can always be checked
|
// this can always be checked
|
||||||
|
Reference in New Issue
Block a user