From aa35346472365399337efeb827e2b8d30ceb82e9 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 25 Jun 2015 01:33:09 +0300 Subject: [PATCH] https://www.youtube.com/watch?v=AibtyCAhyQE --- toontown/hood/GenericAnimatedProp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/hood/GenericAnimatedProp.py b/toontown/hood/GenericAnimatedProp.py index 5672470f..0b3afa94 100755 --- a/toontown/hood/GenericAnimatedProp.py +++ b/toontown/hood/GenericAnimatedProp.py @@ -43,7 +43,7 @@ class GenericAnimatedProp(AnimatedProp.AnimatedProp): AnimatedProp.AnimatedProp.delete(self) if hasattr(self, 'soundNode'): - self.soundNode.cleanup() + self.soundNode.removeNode() del self.soundNode self.node.cleanup()