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
|
||||
private final String name;
|
||||
@Getter
|
||||
@NonNull
|
||||
private final InitialHandler pendingConnection;
|
||||
/*========================================================================*/
|
||||
@Getter
|
||||
@NonNull
|
||||
@Setter
|
||||
private ServerConnection server = null;
|
||||
private ServerConnection server;
|
||||
@Getter
|
||||
private final Object switchMutex = new Object();
|
||||
@Getter
|
||||
|
Loading…
Reference in New Issue
Block a user