Pierce01 / MinecraftLauncher-core

Lightweight module that downloads and runs Minecraft using javascript / NodeJS
MIT License
359 stars 82 forks source link

Fixed custom launch args builder - #39 #41

Closed grallc closed 4 years ago

grallc commented 4 years ago

For a weird reason, the custom launch args have to be an array instead of a single string. I transformed the custom launch args builder from a simple string to an array formatter.

It works perfectly now.