From d22bf8051c989a60cea489cc4ba23f1f69d3fda7 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Wed, 4 Sep 2019 17:32:04 -0400 Subject: [PATCH] add note for boolean fields --- gta/ragemp/egg-rage--m-p.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gta/ragemp/egg-rage--m-p.json b/gta/ragemp/egg-rage--m-p.json index 0d340205..4c9ea78a 100644 --- a/gta/ragemp/egg-rage--m-p.json +++ b/gta/ragemp/egg-rage--m-p.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2019-09-04T17:08:39-04:00", + "exported_at": "2019-09-04T17:31:10-04:00", "name": "Rage.MP", "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.", @@ -43,7 +43,7 @@ }, { "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", "default_value": "0", "user_viewable": 1,