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,