Exemplo n.º 1
0
    def handleConnected(self):
        CogInvasionInternalRepository.handleConnected(self)
        rootObj = DistributedRootAI(self)
        rootObj.generateWithRequiredAndId(self.getGameDoId(), 0, 0)
        
        # Let's start the login server connection server.
        self.loginServerConn = LoginServerConnection(self, 9001)

        self.createObjects()
        self.notify.info('Successfully started Cog Invasion Online Uber Repository!')
 def handleConnected(self):
     CogInvasionInternalRepository.handleConnected(self)
     self.districtNameMgr.d_requestDistrictName()
     self.holidayMgr.d_srvRequestHoliday()