mirror of
https://github.com/ViaVersion/ViaLoader.git
synced 2024-11-15 10:45:28 +01:00
Update VV API usage
This commit is contained in:
parent
60a387e932
commit
48e384f236
@ -38,7 +38,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly "com.viaversion:viaversion-common:5.0.2"
|
||||
compileOnly "com.viaversion:viaversion-common:5.0.3-SNAPSHOT"
|
||||
compileOnly "com.viaversion:viabackwards-common:5.0.2"
|
||||
compileOnly "com.viaversion:viarewind-common:4.0.2"
|
||||
compileOnly "net.raphimc:ViaLegacy:3.0.2"
|
||||
|
@ -127,6 +127,11 @@ public class ViaVersionPlatformImpl implements ViaPlatform<UserConnection> {
|
||||
return false; // Used for ViaPlatform#getUnsupportedSoftwareClasses
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean couldBeReloading() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isProxy() {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user