1
0
Fork 0
forked from Simnation/Main

Update shared.json5

This commit is contained in:
Miho931 2025-07-02 20:17:30 +02:00
parent 20345000d6
commit 68e87abdff

View file

@ -81,7 +81,7 @@
* - "Direct": The radio system is based on the distance between the players. * - "Direct": The radio system is based on the distance between the players.
* - "None": The radio always works no matter the distance. * - "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. // The maximum distance between two players or to the tower to be able to hear each other.
"maxDistance": 5000 "maxDistance": 5000
}, },