mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 19:52:37 -06:00
Fixed phone sphere entering
This commit is contained in:
parent
400aac42b7
commit
3dd1d05573
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ class DistributedPhone(DistributedFurnitureItem.DistributedFurnitureItem):
|
|||
def __handlePhoneDone(self):
|
||||
self.sendUpdate('avatarExit', [])
|
||||
self.ignore(self.phoneGuiDoneEvent)
|
||||
self.accept(self.phoneSphereEnterEvent, self.__handleEnterSphere)
|
||||
self.phoneGui = None
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue