mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-12 04:18:57 +08:00
set valid values for variable
makes it so the Rcon enabled value can only be True or False
This commit is contained in:
parent
1a9d37bfba
commit
836b18bbcc
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user