From 836b18bbccc6e1762afa19a602cad1bc7d916fc6 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Mon, 29 Jun 2020 11:36:51 -0400 Subject: [PATCH] set valid values for variable makes it so the Rcon enabled value can only be True or False --- .../ark_survival_evolved/egg-ark--survival-evolved.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steamcmd_servers/ark_survival_evolved/egg-ark--survival-evolved.json b/steamcmd_servers/ark_survival_evolved/egg-ark--survival-evolved.json index 5dab98e3..889f3622 100644 --- a/steamcmd_servers/ark_survival_evolved/egg-ark--survival-evolved.json +++ b/steamcmd_servers/ark_survival_evolved/egg-ark--survival-evolved.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2020-06-29T09:45:49-04:00", + "exported_at": "2020-06-29T11:35:17-04:00", "name": "Ark: Survival Evolved", "author": "dev@shepper.fr", "description": "As a man or woman stranded, naked, freezing, and starving on the unforgiving shores of a mysterious island called ARK, use your skill and cunning to kill or tame and ride the plethora of leviathan dinosaurs and other primeval creatures roaming the land. Hunt, harvest resources, craft items, grow crops, research technologies, and build shelters to withstand the elements and store valuables, all while teaming up with (or preying upon) hundreds of other players to survive, dominate... and escape! \u2014 Gamepedia: ARK", @@ -66,7 +66,7 @@ "default_value": "True", "user_viewable": 1, "user_editable": 0, - "rules": "required|string|max:5" + "rules": "required|string|in:True,False" }, { "name": "Rcon Port",