diff --git a/toontown/groups/GroupManagerUD.py b/toontown/groups/GroupManagerUD.py index 120629b1..69de0f8b 100644 --- a/toontown/groups/GroupManagerUD.py +++ b/toontown/groups/GroupManagerUD.py @@ -6,7 +6,6 @@ class GroupManagerUD(DistributedObjectUD.DistributedObjectUD): def __init__(self, air): DistributedObjectUD.DistributedObjectUD.__init__(self, air) - self.air = air def announceGenerate(self): DistributedObjectUD.DistributedObjectUD.announceGenerate(self)