Fix for parlor game/tutorial teleporting.

This commit is contained in:
Justin Butler 2005-07-14 21:13:00 +00:00
parent d1841736bf
commit c568c06881

View File

@ -41,6 +41,8 @@ class DistributedCartesianGrid(DistributedNode.DistributedNode,
def delete(self):
DistributedNode.DistributedNode.delete(self)
# TODO: when teleporting off an island...
taskMgr.remove(self.taskName("processVisibility"))
def isGridParent(self):
# If this distributed object is a DistributedGrid return 1. 0 by default