From 90f84d26af789e1f935ef3fa7aefceb729ef5840 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 17 May 2022 20:06:08 -0400 Subject: [PATCH] Remove isSatellite documentation --- NewHorizons/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index ad9ab075..6ba03179 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -262,10 +262,10 @@ "default": false, "description": "Set this to true if you are replacing the sun with a different body. Only one object in a star system should ever have this set to true." }, - "isSatellite": { + "showMiniMap": { "type": "boolean", - "default": false, - "description": "Is this body an artificial satellite of a planet/moon/star?" + "default": true, + "description": "Do we show the minimap when walking around this planet?" }, "cloakRadius": { "type": "number",