Fixed phone sphere entering

This commit is contained in:
John 2015-05-28 22:02:10 +03:00 committed by Loudrob
parent 400aac42b7
commit 3dd1d05573

View file

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