From ccfe52dc4c4a06cd39b796b861c70f6019533435 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:30:08 +0100 Subject: [PATCH] Eco change rule Public Server --- game_eggs/steamcmd_servers/eco/egg-eco.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game_eggs/steamcmd_servers/eco/egg-eco.json b/game_eggs/steamcmd_servers/eco/egg-eco.json index 1fba81e8..f91c6fed 100644 --- a/game_eggs/steamcmd_servers/eco/egg-eco.json +++ b/game_eggs/steamcmd_servers/eco/egg-eco.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-12-31T19:48:33+01:00", + "exported_at": "2023-01-04T11:28:40+01:00", "name": "Eco", "author": "info@goover.de", "description": "Eco is an online world from Strange Loop Games where players must build civilization using resources from an ecosystem that can be damaged and destroyed. The world of Eco is an incredibly reactive one, and whatever any player does in the world affects the underlying ecosystem.", @@ -57,7 +57,7 @@ "default_value": "false", "user_viewable": true, "user_editable": true, - "rules": "boolean|in:true,false", + "rules": "required|string|in:true,false", "field_type": "text" }, { @@ -151,4 +151,4 @@ "field_type": "text" } ] -} \ No newline at end of file +}