diff --git a/toontown/distributed/ToontownClientRepository.py b/toontown/distributed/ToontownClientRepository.py index 780f405..aef882c 100644 --- a/toontown/distributed/ToontownClientRepository.py +++ b/toontown/distributed/ToontownClientRepository.py @@ -1185,7 +1185,7 @@ class ToontownClientRepository(OTPClientRepository.OTPClientRepository): elif self.cache.contains(doId): self.cache.delete(doId) else: - ClientRepository.notify.warning('Asked to delete non-existent DistObj ' + str(doId)) + self.notify.warning('Asked to delete non-existent DistObj ' + str(doId)) def _abandonShard(self): for doId, obj in list(self.doId2do.items()):