File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/main/java/net/raphimc/vialoader/impl/platform Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ repositories {
5050}
5151
5252dependencies {
53- compileOnly " com.viaversion:viaversion-common:5.0.5 "
54- compileOnly " com.viaversion:viabackwards-common:5.0.4 "
53+ compileOnly " com.viaversion:viaversion-common:5.1.0 "
54+ compileOnly " com.viaversion:viabackwards-common:5.1.0 "
5555 compileOnly " com.viaversion:viarewind-common:4.0.3"
56- compileOnly " net.raphimc:ViaLegacy:3.0.3 "
57- compileOnly " net.raphimc:viaaprilfools-common:3.0.2 "
56+ compileOnly " net.raphimc:ViaLegacy:3.0.4 "
57+ compileOnly " net.raphimc:viaaprilfools-common:3.0.3 "
5858 compileOnly " net.raphimc:ViaBedrock:0.0.12-SNAPSHOT"
5959 compileOnly " org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT"
6060
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ public class ViaBackwardsPlatformImpl implements ViaBackwardsPlatform {
3131
3232 public ViaBackwardsPlatformImpl () {
3333 this .init (new File (this .getDataFolder (), "viabackwards.yml" ));
34+ this .enable ();
3435 }
3536
3637 @ Override
You can’t perform that action at this time.
0 commit comments