removing stuff from do tables

This commit is contained in:
Dave Schuyler 2005-07-20 01:19:38 +00:00
parent f882f5a715
commit 447ab1f557

View File

@ -23,4 +23,5 @@ class DistributedObjectGlobalAI(DistributedObjectAI):
def delete(self):
self.air.unregisterForChannel(self.doId)
self.air.removeDOFromTables(self)
DistributedObjectAI.delete(self)