mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix: allow maximum view distance in singleplayer
This commit is contained in:
parent
d63da1beb9
commit
200496d1bc
@ -128,6 +128,7 @@ impl ServerSettings {
|
||||
admins: vec!["singleplayer".to_string()], /* TODO: Let the player choose if they want
|
||||
* to use admin commands or not */
|
||||
persistence_db_dir,
|
||||
max_view_distance: None,
|
||||
..load // Fill in remaining fields from server_settings.ron.
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user