mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Added pre-login event for catching logins right after name verification has completed. This happens in a different thread from the server (and thus can also block).
This commit is contained in:
@@ -18,7 +18,7 @@ public class NetworkManager {
|
||||
public static int b;
|
||||
public static int c;
|
||||
private Object e = new Object();
|
||||
private Socket f;
|
||||
public Socket f; // CraftBukkit private->public
|
||||
private final SocketAddress g;
|
||||
private DataInputStream h;
|
||||
private DataOutputStream i;
|
||||
|
Reference in New Issue
Block a user