mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
thx fooster
This commit is contained in:
parent
7d4b810f03
commit
894d05fd7b
1 changed files with 2 additions and 1 deletions
|
@ -149,6 +149,7 @@ class DistributedPartyAI(DistributedObjectAI):
|
|||
|
||||
def _removeAvatar(self, avId):
|
||||
if avId in self.avIdsAtParty:
|
||||
print 'REMOVE FROM PARTTY!'
|
||||
print 'REMOVE FROM PARTY!'
|
||||
self.air.globalPartyMgr.d_toonLeftParty(self.info.get('partyId', 0), avId)
|
||||
self.avIdsAtParty.remove(avId)
|
||||
#Thanks Fooster for the typo fix
|
||||
|
|
Loading…
Reference in a new issue