mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Remove 'initialHandlerClazzFound' from ConnectL...
This commit is contained in:
@ -69,7 +69,6 @@ import org.slf4j.LoggerFactory;
|
|||||||
public class ConnectListener implements Listener {
|
public class ConnectListener implements Listener {
|
||||||
|
|
||||||
private static final String UUID_FIELD_NAME = "uniqueId";
|
private static final String UUID_FIELD_NAME = "uniqueId";
|
||||||
private static final boolean initialHandlerClazzFound;
|
|
||||||
private static final MethodHandle uniqueIdSetter;
|
private static final MethodHandle uniqueIdSetter;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
@ -94,7 +93,6 @@ public class ConnectListener implements Listener {
|
|||||||
reflectiveOperationException.printStackTrace();
|
reflectiveOperationException.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
initialHandlerClazzFound = handlerFound;
|
|
||||||
uniqueIdSetter = setHandle;
|
uniqueIdSetter = setHandle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user