1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-01 12:05:07 +02:00
commit b3da2817aa
2 changed files with 2 additions and 2 deletions

View file

@ -13,5 +13,5 @@
* - {playername} with the steam/fivem name of the player * - {playername} with the steam/fivem name of the player
* - {guid} with a string containing random letters and digits. * - {guid} with a string containing random letters and digits.
*/ */
"userNamePattern": "{serverid}" "userNamePattern": "{guid}"
} }

View file

@ -100,7 +100,7 @@
40 40
], ],
// Choose if a notification should be sent when the voice range is changed. // Choose if a notification should be sent when the voice range is changed.
"sendNotification": false, "sendNotification": true,
"markerColor": { "markerColor": {
// Choose if the marker should be enabled. // Choose if the marker should be enabled.
"enabled": true, "enabled": true,