Use ViaVersion master branch

This commit is contained in:
Camotoy 2021-06-07 14:56:29 -04:00
parent a2b3e1946d
commit b41552faf3
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<dependency>
<groupId>com.viaversion</groupId>
<artifactId>viaversion</artifactId>
<version>4.0.0-1.17-pre3-SNAPSHOT</version>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -159,7 +159,7 @@ public class GeyserSpigotPlugin extends JavaPlugin implements GeyserBootstrap {
Class.forName("com.viaversion.viaversion.api.ViaManager");
} catch (ClassNotFoundException e) {
geyserLogger.warning(LanguageUtils.getLocaleStringLog("geyser.bootstrap.viaversion.too_old",
"https://ci.viaversion.com/job/ViaVersion-DEV/"));
"https://ci.viaversion.com/job/ViaVersion/"));
isViaVersion = false;
if (this.geyserConfig.isDebugMode()) {
e.printStackTrace();