mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -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-daisy #t
|
||||||
want-minnie #t
|
want-minnie #t
|
||||||
want-pluto #t
|
want-pluto #t
|
||||||
want-donald-dreamland #t
|
want-donald-dreamland #f
|
||||||
want-chip-and-dale #t
|
want-chip-and-dale #t
|
||||||
want-goofy #t
|
want-goofy #t
|
||||||
|
|
||||||
|
|
|
@ -251,7 +251,7 @@ class PlayerFriendsManager(DistributedObjectGlobal):
|
||||||
return returnList
|
return returnList
|
||||||
|
|
||||||
def identifyAvatar(self, doId):
|
def identifyAvatar(self, doId):
|
||||||
if base.cr.doId2do.has_key(doId)
|
if base.cr.doId2do.has_key(doId):
|
||||||
return base.cr.doId2do[doId]
|
return base.cr.doId2do[doId]
|
||||||
else:
|
else:
|
||||||
return self.identifyFriend(doId)
|
return self.identifyFriend(doId)
|
||||||
|
|
Loading…
Reference in a new issue