Exemplo n.º 1
0
 def RoomQuitGame(self, AccountID, EntityRole, RoomId):
     Room = self.RoomList[RoomId]
     if Room is None:
         ERROR_MSG("RoomMgr::RoomQuitGame: Room with Id(%i)  is none" %
                   (RoomId))
         return
     Room.QuitGame(AccountID, EntityRole)