fioxed autoupdate description and enable it again

This commit is contained in:
gOOvER 2023-10-18 15:25:59 +02:00
parent 6a2a625a8c
commit 8139e5cede

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2023-10-18T15:00:33+02:00", "exported_at": "2023-10-18T15:25:17+02:00",
"name": "The Front", "name": "The Front",
"author": "eggs@goover.dev", "author": "eggs@goover.dev",
"description": "The Front is a survival open-world crafting shooter. You play the role of a resistance fighter sent back in time to stop the rise of a tyrannical empire.", "description": "The Front is a survival open-world crafting shooter. You play the role of a resistance fighter sent back in time to stop the rise of a tyrannical empire.",
@ -182,11 +182,11 @@
}, },
{ {
"name": "[SERVER] Auto Update", "name": "[SERVER] Auto Update",
"description": "NOTICE: IT will Download the Files on every START \/ RESTART and use a lot of", "description": "Autoupdate your Server on start\/restart",
"env_variable": "AUTO_UPDATE", "env_variable": "AUTO_UPDATE",
"default_value": "0", "default_value": "0",
"user_viewable": false, "user_viewable": true,
"user_editable": false, "user_editable": true,
"rules": "required|boolean", "rules": "required|boolean",
"field_type": "text" "field_type": "text"
}, },