distributed: fix crash

This commit is contained in:
John Cote 2020-01-09 20:47:09 -05:00
parent bac1d10200
commit f06dbddeca

View file

@ -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()):