From b155962dca025febf8fca912357e6c578d047ae9 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 12 Aug 2015 22:46:34 +0300 Subject: [PATCH] Fix a bug with the teleport button --- toontown/quest/QuestPoster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toontown/quest/QuestPoster.py b/toontown/quest/QuestPoster.py index 5b52716c..aeeb23ea 100755 --- a/toontown/quest/QuestPoster.py +++ b/toontown/quest/QuestPoster.py @@ -227,6 +227,7 @@ class QuestPoster(DirectFrame): self.lPictureFrame.hide() self.rPictureFrame.hide() self.questProgress.hide() + self.teleportButton.hide() if hasattr(self, 'chooseButton'): self.chooseButton.destroy() del self.chooseButton