From 9899f38dfd6329a6896f66518cd0ea05e2677232 Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 11 Aug 2023 00:50:59 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 1b21b66f..a85813be 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1341,7 +1341,8 @@ }, "physicsSuspendUntilImpact": { "type": "boolean", - "description": "If true, this detail will stay still until it touches something.\nGood for zero-g props." + "description": "If true, this detail will stay still until it touches something.\nGood for zero-g props.", + "default": false }, "ignoreSun": { "type": "boolean",