Skip to content

Commit

Permalink
日常更新
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTzh committed Aug 7, 2020
1 parent 99b5c6c commit 7a7eb12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ module.exports.loop = function () {
const result = Game.cpu.generatePixel();
logger.debug(result);

//Game.market.changeOrderPrice('5f028c760de21e2368f00c31', 0.65)
//Game.market.changeOrderPrice('5f028c760de21e2368f00c31', 0.65);

//Game.market.cancelOrder('5f1fc4e464b6561cae9fb6a5');

logger.info("---------------------------------------------- 游戏时间: " + Game.time + " | 所用CPU: " + Game.cpu.getUsed().toFixed(2) + "----------------------------------------------")
}

0 comments on commit 7a7eb12

Please sign in to comment.