Sons of the Forest - Limit max players to 8 (#2328)

* limit max players to 8

* fix typos
This commit is contained in:
Torsten Widmann
2023-06-28 16:20:34 +02:00
committed by GitHub
parent 86423b7c34
commit e71d071c24
4 changed files with 6 additions and 6 deletions

View File

@@ -36,6 +36,6 @@
"GameSetting.Survival.PlayerStatsDamage": "Off",
"GameSetting.Survival.ColdPenalties": "Off",
"GameSetting.Survival.ReducedFoodInContainers": false,
"GameSetting.Survival.SingleUseContainers": false,
"GameSetting.Survival.SingleUseContainers": false
}
}