mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
no
This commit is contained in:
parent
40f258c11e
commit
e8f97e5a9f
@ -46,10 +46,10 @@ public class HashSupport {
|
|||||||
|
|
||||||
extension.onConnect((host, port, hotelversion) -> {
|
extension.onConnect((host, port, hotelversion) -> {
|
||||||
// synchronized (lock) {
|
// synchronized (lock) {
|
||||||
harbleAPI = new HarbleAPI(hotelversion);
|
|
||||||
if (isDebug[0]) {
|
if (isDebug[0]) {
|
||||||
HarbleAPIFetcher.fetch(hotelversion);
|
HarbleAPIFetcher.fetch(hotelversion);
|
||||||
}
|
}
|
||||||
|
harbleAPI = new HarbleAPI(hotelversion);
|
||||||
// }
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user