Skip to content

Commit c1cf80f

Browse files
committed
Remove 'initialHandlerClazzFound' from ConnectL...
1 parent 9acab1e commit c1cf80f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
public class ConnectListener implements Listener {
7070

7171
private static final String UUID_FIELD_NAME = "uniqueId";
72-
private static final boolean initialHandlerClazzFound;
7372
private static final MethodHandle uniqueIdSetter;
7473

7574
static {
@@ -94,7 +93,6 @@ public class ConnectListener implements Listener {
9493
reflectiveOperationException.printStackTrace();
9594
}
9695

97-
initialHandlerClazzFound = handlerFound;
9896
uniqueIdSetter = setHandle;
9997
}
10098

0 commit comments

Comments
 (0)