friendchatmanager: rename to chaticonmanager

FriendsChatManager predates the api having an ability to look up clan
members by name, without doing string matching, hence the caching. This
is no longer necessary as we can do efficient lookups of players by name
now.

Also remove the old isMember utility function which is just duplicated
from the friends chat manager.
This commit is contained in:
Adam
2021-05-24 23:26:37 -04:00
parent c72a571837
commit a781efc73a
8 changed files with 107 additions and 114 deletions

View File

@@ -34,4 +34,5 @@ public final class EnumID
public static final int MUSIC_TRACK_NAMES = 812;
public static final int MUSIC_TRACK_IDS = 819;
public static final int XPDROP_COLORS = 1169;
public static final int FRIENDS_CHAT_RANK_ICONS = 1543;
}