mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Use ViaVersion master branch
This commit is contained in:
parent
a2b3e1946d
commit
b41552faf3
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.viaversion</groupId>
|
<groupId>com.viaversion</groupId>
|
||||||
<artifactId>viaversion</artifactId>
|
<artifactId>viaversion</artifactId>
|
||||||
<version>4.0.0-1.17-pre3-SNAPSHOT</version>
|
<version>4.0.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -159,7 +159,7 @@ public class GeyserSpigotPlugin extends JavaPlugin implements GeyserBootstrap {
|
||||||
Class.forName("com.viaversion.viaversion.api.ViaManager");
|
Class.forName("com.viaversion.viaversion.api.ViaManager");
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException e) {
|
||||||
geyserLogger.warning(LanguageUtils.getLocaleStringLog("geyser.bootstrap.viaversion.too_old",
|
geyserLogger.warning(LanguageUtils.getLocaleStringLog("geyser.bootstrap.viaversion.too_old",
|
||||||
"https://ci.viaversion.com/job/ViaVersion-DEV/"));
|
"https://ci.viaversion.com/job/ViaVersion/"));
|
||||||
isViaVersion = false;
|
isViaVersion = false;
|
||||||
if (this.geyserConfig.isDebugMode()) {
|
if (this.geyserConfig.isDebugMode()) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
Loading…
Reference in a new issue