mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-24 09:02:54 +08:00
Merge pull request #1238 from KolakZ/patch-1
Fix feather egg variable description typo
This commit is contained in:
commit
1797017666
@ -26,7 +26,7 @@
|
|||||||
"variables": [
|
"variables": [
|
||||||
{
|
{
|
||||||
"name": "Generate World",
|
"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",
|
"env_variable": "GEN_WORLD",
|
||||||
"default_value": "0",
|
"default_value": "0",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
@ -34,4 +34,4 @@
|
|||||||
"rules": "required|boolean"
|
"rules": "required|boolean"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user