From 7449f2b2b79ce7353794b51491a6a306979082d9 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:01:46 +0200 Subject: [PATCH] a --- resources/[voice]/yaca-voice/config/server.json5 | 2 +- resources/[voice]/yaca-voice/config/shared.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[voice]/yaca-voice/config/server.json5 b/resources/[voice]/yaca-voice/config/server.json5 index b5e5dd8a8..d030ee304 100644 --- a/resources/[voice]/yaca-voice/config/server.json5 +++ b/resources/[voice]/yaca-voice/config/server.json5 @@ -13,5 +13,5 @@ * - {playername} with the steam/fivem name of the player * - {guid} with a string containing random letters and digits. */ - "userNamePattern": "{serverid}" + "userNamePattern": "{guid}" } diff --git a/resources/[voice]/yaca-voice/config/shared.json5 b/resources/[voice]/yaca-voice/config/shared.json5 index 4177c44d7..0547dab1a 100644 --- a/resources/[voice]/yaca-voice/config/shared.json5 +++ b/resources/[voice]/yaca-voice/config/shared.json5 @@ -100,7 +100,7 @@ 40 ], // Choose if a notification should be sent when the voice range is changed. - "sendNotification": false, + "sendNotification": true, "markerColor": { // Choose if the marker should be enabled. "enabled": true,