We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acab1e commit c1cf80fCopy full SHA for c1cf80f
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java
@@ -69,7 +69,6 @@
69
public class ConnectListener implements Listener {
70
71
private static final String UUID_FIELD_NAME = "uniqueId";
72
- private static final boolean initialHandlerClazzFound;
73
private static final MethodHandle uniqueIdSetter;
74
75
static {
@@ -94,7 +93,6 @@ public class ConnectListener implements Listener {
94
93
reflectiveOperationException.printStackTrace();
95
}
96
97
- initialHandlerClazzFound = handlerFound;
98
uniqueIdSetter = setHandle;
99
100
0 commit comments