From 4f15d21592c3d51a771ec332294a7f376a927dc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Aug 2022 07:23:24 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 5f638234..9b3db160 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1825,7 +1825,7 @@ }, "loop": { "type": "boolean", - "description": "Whether to loop this audio while in this audio volume", + "description": "Whether to loop this audio while in this audio volume or just play it once", "default": true } }