rental: Rename estateMgr to estateManager.
This commit is contained in:
parent
3f6f5a52e3
commit
2919914287
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class CatalogRentalItem(CatalogItem.CatalogItem):
|
|||
self.notify.debug('rental -- record purchase')
|
||||
if avatar:
|
||||
self.notify.debug('rental -- has avater')
|
||||
estate = simbase.air.estateMgr.toon2estate.get(avatar)
|
||||
estate = simbase.air.estateManager.toon2estate.get(avatar)
|
||||
if estate:
|
||||
self.notify.debug('rental -- has estate')
|
||||
estate.rentItem(self.typeIndex, self.duration)
|
||||
|
|
Loading…
Reference in a new issue