add note for boolean fields

This commit is contained in:
Michael Parker 2019-09-04 17:32:04 -04:00
parent 0efd53bda9
commit d22bf8051c

View File

@ -3,7 +3,7 @@
"meta": { "meta": {
"version": "PTDL_v1" "version": "PTDL_v1"
}, },
"exported_at": "2019-09-04T17:08:39-04:00", "exported_at": "2019-09-04T17:31:10-04:00",
"name": "Rage.MP", "name": "Rage.MP",
"author": "noreply.waypointhosting@gmail.com", "author": "noreply.waypointhosting@gmail.com",
"description": "https:\/\/rage.mp\/\r\n\r\nThis server requires 2 ports to be added for the server. the main port and the next (port+1) as ports for the server.", "description": "https:\/\/rage.mp\/\r\n\r\nThis server requires 2 ports to be added for the server. the main port and the next (port+1) as ports for the server.",
@ -43,7 +43,7 @@
}, },
{ {
"name": "Announce", "name": "Announce",
"description": "Announce to the master server so people can see you in their server browser.", "description": "Announce to the master server so people can see you in their server browser.\r\n\r\nThis needs to be a 0 (false) or 1 (true) due to weird boolean parsing.",
"env_variable": "ANNOUNCE", "env_variable": "ANNOUNCE",
"default_value": "0", "default_value": "0",
"user_viewable": 1, "user_viewable": 1,