diff --git a/toontown/ai/DistributedJorElCam.py b/toontown/ai/DistributedJorElCam.py index 5c9cec5e..1120ca5b 100644 --- a/toontown/ai/DistributedJorElCam.py +++ b/toontown/ai/DistributedJorElCam.py @@ -42,10 +42,11 @@ class DistributedJorElCam(DistributedObject): base.cr.jorElHead = self.head def delete(self): - self.head = None + del self.head del base.cr.jorElHead DistributedObject.delete(self) def disable(self): + self.head.cleanup() self.head.removeNode() DistributedObject.disable(self)