thx fooster

This commit is contained in:
Master Voltage 2015-07-25 23:58:24 -04:00
parent 7d4b810f03
commit 894d05fd7b

View file

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