mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 08:47:54 +00: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):
|
def __handlePhoneDone(self):
|
||||||
self.sendUpdate('avatarExit', [])
|
self.sendUpdate('avatarExit', [])
|
||||||
self.ignore(self.phoneGuiDoneEvent)
|
self.ignore(self.phoneGuiDoneEvent)
|
||||||
|
self.accept(self.phoneSphereEnterEvent, self.__handleEnterSphere)
|
||||||
self.phoneGui = None
|
self.phoneGui = None
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue