This commit is contained in:
sirjonasxx 2018-12-01 13:18:17 +01:00
parent 40f258c11e
commit e8f97e5a9f

View File

@ -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);
// } // }
}); });