diff --git a/toontown/toon/NPCFriendPanel.py b/toontown/toon/NPCFriendPanel.py index 10d17078..ca84b235 100755 --- a/toontown/toon/NPCFriendPanel.py +++ b/toontown/toon/NPCFriendPanel.py @@ -8,7 +8,6 @@ class NPCFriendPanel(DirectFrame): optiondefs = (('relief', None, None), ('doneEvent', None, None)) self.defineoptions(kw, optiondefs) DirectFrame.__init__(self, parent=parent) - base.cr.lol = self self.callable = callable self.cardList = [] self.friendDict = {}