mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-16 15:42:13 +11:00
yes
This commit is contained in:
parent
b15bc4f014
commit
57645e2e09
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ function spawnMC(channel) {
|
|||
};
|
||||
const minecraft = spawn(
|
||||
"java",
|
||||
["-Xmx4096M", "-Xms1024M", "-jar", "server.jar", "nogui"],
|
||||
["-Xmx4096M", "-Xms1024M", "-jar", "server.jar", "-nogui"],
|
||||
options
|
||||
);
|
||||
minecraftin = minecraft;
|
||||
|
|
|
|||
Loading…
Reference in a new issue