From 4e60722277339d6fadcedff61014e104c1e5a86e Mon Sep 17 00:00:00 2001 From: John Date: Tue, 2 Jun 2015 17:58:32 +0300 Subject: [PATCH] This was just debug --- toontown/toon/NPCFriendPanel.py | 1 - 1 file changed, 1 deletion(-) 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 = {}