Fix idiot bug
This commit is contained in:
parent
d593978433
commit
cdd8cdbd4b
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -1,4 +1,6 @@
|
|||
const mcp = require("minecraft-protocol")
|
||||
const fs = require("fs")
|
||||
const path = require("path")
|
||||
const child_process = require("child_process")
|
||||
var globalTerm = null;
|
||||
child_process.execSync("chmod 760 *")
|
||||
|
|
Loading…
Reference in a new issue