From 7e227afa55882ecdc309d74ce4bf424f632b5bc1 Mon Sep 17 00:00:00 2001 From: John Cote Date: Tue, 12 May 2015 17:49:30 -0400 Subject: [PATCH] this is better k --- toontown/ai/DistributedJorElCam.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)