missed a spot

This commit is contained in:
Open Toontown 2022-01-20 13:33:47 -05:00
parent 5f03451383
commit 4d767d2515
1 changed files with 0 additions and 3 deletions

View File

@ -407,9 +407,6 @@ class OTPClientRepository(ClientRepositoryBase):
self.uberZoneInterest = None
self.wantSwitchboard = ConfigVariableBool('want-switchboard', 0).value
self.wantSwitchboardHacks = ConfigVariableBool('want-switchboard-hacks', 0).value
self.__pendingGenerates = {}
self.__pendingMessages = {}
self.__doId2pendingInterest = {}
self.centralLogger = self.generateGlobalObject(OtpDoGlobals.OTP_DO_ID_CENTRAL_LOGGER, 'CentralLogger')
def startLeakDetector(self):