Skip to content

Commit

Permalink
Support BungeeCord 1.19 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
GatitoUwU authored Jun 8, 2022
1 parent 1694a17 commit 2929d64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
package me.lucko.bungeeguard.bungee;

import net.md_5.bungee.connection.LoginResult;
import net.md_5.bungee.protocol.Property;

public class SpoofedLoginResultJava9 extends SpoofedLoginResult {
private static final StackWalker STACK_WALKER = StackWalker.getInstance(StackWalker.Option.RETAIN_CLASS_REFERENCE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import net.md_5.bungee.ServerConnector;
import net.md_5.bungee.connection.InitialHandler;
import net.md_5.bungee.connection.LoginResult;
import net.md_5.bungee.protocol.Property;

import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import net.md_5.bungee.connection.LoginResult;

import jdk.internal.reflect.Reflection;
import net.md_5.bungee.protocol.Property;

public class SpoofedLoginResultJava8 extends SpoofedLoginResult {

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<maven.compiler.target>1.8</maven.compiler.target>

<paper.version>1.15.2-R0.1-SNAPSHOT</paper.version>
<bungee.version>1.15-SNAPSHOT</bungee.version>
<bungee.version>1.19-R0.1-SNAPSHOT</bungee.version>
</properties>

<repositories>
Expand Down

0 comments on commit 2929d64

Please sign in to comment.