Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-11-21 14:06:06 -05:00

View File

@@ -499,7 +499,7 @@ public class JoinDialog extends BaseDialog{
} }
}); });
}catch(Throwable e){ }catch(Throwable e){
Log.err("Failed to fetch communitycommunity servers."); Log.err("Failed to fetch community servers.");
} }
}, t -> {}); }, t -> {});
} }