2
0
Darren Ranalli 19 жил өмнө
parent
commit
5a74547c6a

+ 1 - 1
direct/src/distributed/DoHierarchy.py

@@ -87,7 +87,7 @@ class DoHierarchy:
                 from direct.showbase.PythonUtil import StackTrace
                 self.notify.info('deleteObjectLocation(DistributedToon %s)(%s, %s): %s' % (do.doId, parentId, zoneId, StackTrace().compact()))
         doId = do.doId
-        # until we figure out why Toontown is crashing with duplicate Toon generates, don't do the check on LIVE
+        # until we figure out why Toontown is crashing with duplicate deletes, don't do the check on LIVE
         try:
             isLive = base.cr.isLive()
         except: