From 17ba625f73e26f55f81b98ac0c65ae12dc420c30 Mon Sep 17 00:00:00 2001 From: John Cote Date: Thu, 28 Nov 2019 00:08:46 -0500 Subject: [PATCH] suit: cleanup propeller before destroying it --- toontown/suit/DistributedSuitBase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toontown/suit/DistributedSuitBase.py b/toontown/suit/DistributedSuitBase.py index 02864e3..45e21f7 100644 --- a/toontown/suit/DistributedSuitBase.py +++ b/toontown/suit/DistributedSuitBase.py @@ -170,6 +170,7 @@ class DistributedSuitBase(DistributedAvatar.DistributedAvatar, Suit.Suit, SuitBa def detachPropeller(self): if self.prop: + self.prop.cleanup() self.prop.removeNode() self.prop = None if self.propInSound: