Fix idiot bug

This commit is contained in:
business-goose 2021-03-24 21:18:45 +00:00
parent d593978433
commit cdd8cdbd4b

View file

@ -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 *")