This commit is contained in:
KolakZ 2021-07-12 19:59:51 -05:00 committed by GitHub
parent fec4fe37a9
commit 8c7473492d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
"variables": [
{
"name": "Generate World",
"description": "Do you want the installer to generate a world you you?",
"description": "Do you want the installer to generate a world for you?",
"env_variable": "GEN_WORLD",
"default_value": "0",
"user_viewable": true,
@ -34,4 +34,4 @@
"rules": "required|boolean"
}
]
}
}