Fix a bug with the teleport button

This commit is contained in:
John 2015-08-12 22:46:34 +03:00
parent 2098275dfa
commit b155962dca

View file

@ -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