diff --git a/toontown/estate/DistributedPhone.py b/toontown/estate/DistributedPhone.py index a80aa23b..35eb081c 100755 --- a/toontown/estate/DistributedPhone.py +++ b/toontown/estate/DistributedPhone.py @@ -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