We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2eb30 commit 4bf3cc5Copy full SHA for 4bf3cc5
1 file changed
src/assets/js/panels/home.js
@@ -234,8 +234,8 @@ class Home {
234
path: configClient.java_config.java_path,
235
},
236
237
- JVM_ARGS: options.jvm_args,
238
- GAME_ARGS: options.game_args,
+ JVM_ARGS: options.jvm_args ? options.jvm_args : [],
+ GAME_ARGS: options.game_args ? options.game_args : [],
239
240
screen: {
241
width: configClient.game_config.screen_size.width,
0 commit comments