Maybe one day we will want to set this null - it can start null, so it can become null
This commit is contained in:
parent
538beb33a6
commit
8b6b134662
@ -51,13 +51,11 @@ public final class UserConnection implements ProxiedPlayer
|
|||||||
@NonNull
|
@NonNull
|
||||||
private final String name;
|
private final String name;
|
||||||
@Getter
|
@Getter
|
||||||
@NonNull
|
|
||||||
private final InitialHandler pendingConnection;
|
private final InitialHandler pendingConnection;
|
||||||
/*========================================================================*/
|
/*========================================================================*/
|
||||||
@Getter
|
@Getter
|
||||||
@NonNull
|
|
||||||
@Setter
|
@Setter
|
||||||
private ServerConnection server = null;
|
private ServerConnection server;
|
||||||
@Getter
|
@Getter
|
||||||
private final Object switchMutex = new Object();
|
private final Object switchMutex = new Object();
|
||||||
@Getter
|
@Getter
|
||||||
|
Loading…
Reference in New Issue
Block a user