forked from Simnation/Main
a
This commit is contained in:
parent
7e2451be50
commit
7449f2b2b7
2 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue