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) -> {
// synchronized (lock) {
harbleAPI = new HarbleAPI(hotelversion);
if (isDebug[0]) {
HarbleAPIFetcher.fetch(hotelversion);
}
if (isDebug[0]) {
HarbleAPIFetcher.fetch(hotelversion);
}
harbleAPI = new HarbleAPI(hotelversion);
// }
});