change path

This commit is contained in:
Expand-sys 2021-10-20 20:32:21 +11:00
parent 65604e7c7d
commit af516999ad

View file

@ -17,7 +17,7 @@ module.exports = {
function spawnMC(channel) { function spawnMC(channel) {
let options = { let options = {
shell: true, shell: true,
cwd: "/root/minecraft/", cwd: "/CCash/minecraft/",
}; };
const minecraft = spawn( const minecraft = spawn(
"java", "java",