mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-31 12:52:36 +01:00
banned
This commit is contained in:
parent
0ca71ad174
commit
f731ea0c02
@ -117,13 +117,11 @@ public class Connection extends SubForm {
|
|||||||
|
|
||||||
if (HConnection.DEBUG) System.out.println("connecting");
|
if (HConnection.DEBUG) System.out.println("connecting");
|
||||||
|
|
||||||
new Thread(() -> {
|
try {
|
||||||
try {
|
getHConnection().start();
|
||||||
getHConnection().start();
|
} catch (IOException e) {
|
||||||
} catch (IOException e) {
|
e.printStackTrace();
|
||||||
e.printStackTrace();
|
}
|
||||||
}
|
|
||||||
}).start();
|
|
||||||
}).start();
|
}).start();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user