Completed LoginDialog implementation except for closing the dialog
This commit is contained in:
@@ -107,11 +107,12 @@ public class Client implements Closeable {
|
||||
Thread.sleep(500);
|
||||
}
|
||||
|
||||
logger.info("Handshake completed.");
|
||||
online = true;
|
||||
|
||||
// Remove user creation processor
|
||||
receiver.removeAllProcessors();
|
||||
|
||||
logger.info("Handshake completed.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user