mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
reduce default chunk target to 24
This commit is contained in:
parent
2810aa9c1c
commit
84931f1500
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ impl Default for GameSettings {
|
|||
world_sync_interval: 3,
|
||||
game_mode: GameMode::LocalHealth,
|
||||
friendly_fire: false,
|
||||
chunk_target: 32,
|
||||
chunk_target: 24,
|
||||
enemy_sync_interval: 3,
|
||||
progress: Vec::new(),
|
||||
max_players: 250,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue