From 68e87abdffdabc4e3c32f02a29bb498ba508d48c Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Wed, 2 Jul 2025 20:17:30 +0200 Subject: [PATCH] Update shared.json5 --- resources/[voice]/yaca-voice/config/shared.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[voice]/yaca-voice/config/shared.json5 b/resources/[voice]/yaca-voice/config/shared.json5 index eaeedb7d8..69121a38a 100644 --- a/resources/[voice]/yaca-voice/config/shared.json5 +++ b/resources/[voice]/yaca-voice/config/shared.json5 @@ -81,7 +81,7 @@ * - "Direct": The radio system is based on the distance between the players. * - "None": The radio always works no matter the distance. */ - "mode": "Direct", + "mode": "None", // The maximum distance between two players or to the tower to be able to hear each other. "maxDistance": 5000 },