aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.js b/src/utils.js
index c60eb5e..6b6fbfa 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -72,6 +72,7 @@ function launch(version) {
cli.exit(1);
}
+ process.chdir(settings.gamepath);
switch(version) {
case "vanilla":
console.log("Launching Vanilla...")