mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Fix a bug with the teleport button
This commit is contained in:
parent
2098275dfa
commit
b155962dca
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ class QuestPoster(DirectFrame):
|
||||||
self.lPictureFrame.hide()
|
self.lPictureFrame.hide()
|
||||||
self.rPictureFrame.hide()
|
self.rPictureFrame.hide()
|
||||||
self.questProgress.hide()
|
self.questProgress.hide()
|
||||||
|
self.teleportButton.hide()
|
||||||
if hasattr(self, 'chooseButton'):
|
if hasattr(self, 'chooseButton'):
|
||||||
self.chooseButton.destroy()
|
self.chooseButton.destroy()
|
||||||
del self.chooseButton
|
del self.chooseButton
|
||||||
|
|
Loading…
Reference in a new issue