amateur hour

This commit is contained in:
Loudrob 2015-03-29 10:47:36 -04:00
parent e0ea00b3bd
commit 8516b04c1e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)