Week ago did my Dayz server based on linux.
Server is very stable and runs without problems.
I did some changes in csfgameplay.json
```
"PlayerData":
{
"disablePersonalLight": 0,
"StaminaData":
{
"sprintStaminaModifierErc": 0.001,
"sprintStaminaModifierCro": 0.001,
"staminaWeightLimitThreshold": 6000.0,
"staminaMax": 100.0,
"staminaKgToStaminaPercentPenalty": 0.001,
"staminaMinCap": 5.0
},
```
Problem is that these changes won't take any effect in gameplay. Any solution ?