Fix minor formatting hiccup
This commit is contained in:
parent
8eb8ebf504
commit
48d705290b
@ -847,8 +847,8 @@ public class CommunityManager extends MiniDbClientPlugin<CommunityMemberData>
|
||||
|
||||
final int accountId = _clientManager.getAccountId(player);
|
||||
|
||||
|
||||
runAsync(() -> {
|
||||
runAsync(() ->
|
||||
{
|
||||
_repo.loadCommunities(_loadedCommunities, load, accountId);
|
||||
System.out.println("Loaded communities: " + load + "; Total: " + _loadedCommunities.size());
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user