mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
family 2 pls
This commit is contained in:
parent
4eac6a3f58
commit
02444d4026
1 changed files with 5 additions and 0 deletions
|
@ -1019,6 +1019,11 @@ class CatalogScreen(DirectFrame):
|
|||
return test
|
||||
|
||||
def __makeFFlist(self):
|
||||
for familyMember in base.cr.avList:
|
||||
if familyMember.id != base.localAvatar.doId:
|
||||
newFF = (familyMember.id, familyMember.name, NametagGroup.CCNonPlayer)
|
||||
self.ffList.append(newFF)
|
||||
|
||||
for id, handle in base.cr.friendsMap.items():
|
||||
if isinstance(handle, FriendHandle.FriendHandle):
|
||||
self.ffList.append((id, handle.getName(), None))#NametagGlobals.getFriendColor(handle)))
|
||||
|
|
Loading…
Reference in a new issue