ai: yes
This commit is contained in:
parent
41f0d8da6c
commit
2b0b83f372
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ class ToontownAIRepository(ToontownInternalRepository):
|
||||||
|
|
||||||
def __init__(self, baseChannel, serverId, districtName):
|
def __init__(self, baseChannel, serverId, districtName):
|
||||||
ToontownInternalRepository.__init__(self, baseChannel, serverId, dcSuffix='AI')
|
ToontownInternalRepository.__init__(self, baseChannel, serverId, dcSuffix='AI')
|
||||||
self.doLiveUpdates = config.GetBool('want-live-updates', True)
|
|
||||||
self.districtName = districtName
|
self.districtName = districtName
|
||||||
|
self.doLiveUpdates = config.GetBool('want-live-updates', True)
|
||||||
self.districtId = None
|
self.districtId = None
|
||||||
self.district = None
|
self.district = None
|
||||||
self.holidayManager = None
|
self.holidayManager = None
|
||||||
self.newsManager = None
|
|
||||||
self.zoneDataStore = None
|
self.zoneDataStore = None
|
||||||
|
self.newsManager = None
|
||||||
self.inGameNewsMgr = None
|
self.inGameNewsMgr = None
|
||||||
self.catalogManager = None
|
self.catalogManager = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue