escape strings for real tui
This commit is contained in:
@@ -41,7 +41,7 @@ public class ClientConnexion implements PacketVisitor, PacketHandler {
|
||||
for (int i = 0; i < 5; i++) {
|
||||
sendPacket(new HandshakePacket());
|
||||
}
|
||||
new Thread(() -> waitForHandshake()).start();
|
||||
new Thread(this::waitForHandshake).start();
|
||||
}
|
||||
|
||||
private void waitForHandshake() {
|
||||
|
||||
Reference in New Issue
Block a user