Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 3586ebf

Browse files
committed
optimized proxy
1 parent 053ddae commit 3586ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/js/botMain.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const { ipcRenderer, shell } = require("electron")
22
const { connectBot, delay, salt, addPlayer, rmPlayer, errBot, botApi, sendLog, exeAll, checkVer, startScript, mineflayer } = require( __dirname + '/assets/js/cf.js')
33
const antiafk = require( __dirname + '/assets/plugins/antiafk')
44
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"
5+
process.NODE_TLS_REJECT_UNAUTHORIZED = "0"
56
let currentTime = Date.now()
67

78
//ids

0 commit comments

Comments
 (0)