From 8139e5cede51c815694978551c01094bd26a905e Mon Sep 17 00:00:00 2001 From: gOOvER <116325+gOOvER@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:25:59 +0200 Subject: [PATCH] fioxed autoupdate description and enable it again --- game_eggs/steamcmd_servers/thefront/egg-the-front.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/game_eggs/steamcmd_servers/thefront/egg-the-front.json b/game_eggs/steamcmd_servers/thefront/egg-the-front.json index 60397c46..54a202f1 100644 --- a/game_eggs/steamcmd_servers/thefront/egg-the-front.json +++ b/game_eggs/steamcmd_servers/thefront/egg-the-front.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-10-18T15:00:33+02:00", + "exported_at": "2023-10-18T15:25:17+02:00", "name": "The Front", "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.", @@ -182,11 +182,11 @@ }, { "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", "default_value": "0", - "user_viewable": false, - "user_editable": false, + "user_viewable": true, + "user_editable": true, "rules": "required|boolean", "field_type": "text" },