Skip to content

Commit

Permalink
optimized proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
RattlesHyper committed Nov 15, 2022
1 parent 053ddae commit 3586ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/botMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { ipcRenderer, shell } = require("electron")
const { connectBot, delay, salt, addPlayer, rmPlayer, errBot, botApi, sendLog, exeAll, checkVer, startScript, mineflayer } = require( __dirname + '/assets/js/cf.js')
const antiafk = require( __dirname + '/assets/plugins/antiafk')
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"
process.NODE_TLS_REJECT_UNAUTHORIZED = "0"
let currentTime = Date.now()

//ids
Expand Down

0 comments on commit 3586ebf

Please sign in to comment.