mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
amateur hour
This commit is contained in:
parent
e0ea00b3bd
commit
8516b04c1e
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ want-donald-dock #t
|
|||
want-daisy #t
|
||||
want-minnie #t
|
||||
want-pluto #t
|
||||
want-donald-dreamland #t
|
||||
want-donald-dreamland #f
|
||||
want-chip-and-dale #t
|
||||
want-goofy #t
|
||||
|
||||
|
|
|
@ -251,7 +251,7 @@ class PlayerFriendsManager(DistributedObjectGlobal):
|
|||
return returnList
|
||||
|
||||
def identifyAvatar(self, doId):
|
||||
if base.cr.doId2do.has_key(doId)
|
||||
if base.cr.doId2do.has_key(doId):
|
||||
return base.cr.doId2do[doId]
|
||||
else:
|
||||
return self.identifyFriend(doId)
|
||||
|
|
Loading…
Reference in a new issue