From d7444df753d423c063d516d17b6d2bfddef3e3d3 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 31 Oct 2021 17:29:08 +0100 Subject: [PATCH] Updated --- source/resource/sounds/sound_definitions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/resource/sounds/sound_definitions.json b/source/resource/sounds/sound_definitions.json index 409725d3..ceb95bd5 100644 --- a/source/resource/sounds/sound_definitions.json +++ b/source/resource/sounds/sound_definitions.json @@ -92,7 +92,9 @@ }, "max_distance": { "title": "Max Distance", - "description": "UNDOCUMENTED" + "description": "UNDOCUMENTED", + "type": "number", + "minimum": 0 } } }