Merge pull request #3502 from skykatik/patch-8

[Typo] communitycommunity servers
This commit is contained in:
Anuken
2020-11-21 08:59:30 -05:00
committed by GitHub

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 -> {});
} }