mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-16 15:42:13 +11:00
change path
This commit is contained in:
parent
65604e7c7d
commit
af516999ad
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ module.exports = {
|
|||
function spawnMC(channel) {
|
||||
let options = {
|
||||
shell: true,
|
||||
cwd: "/root/minecraft/",
|
||||
cwd: "/CCash/minecraft/",
|
||||
};
|
||||
const minecraft = spawn(
|
||||
"java",
|
||||
|
|
|
|||
Loading…
Reference in a new issue