Merge branch 'zesterer/new-sp-map' into 'master'

Changed singleplayer map for a better default experience

See merge request veloren/veloren!2670
This commit is contained in:
Joshua Barretto 2021-07-24 11:41:19 +00:00
commit 9f46bf9258
2 changed files with 2 additions and 2 deletions

BIN
assets/world/map/veloren_0_9_0_0.bin (Stored with Git LFS)

Binary file not shown.

View File

@ -25,7 +25,7 @@ use std::{
use tracing::{error, warn};
use world::sim::FileOpts;
const DEFAULT_WORLD_SEED: u32 = 25269;
const DEFAULT_WORLD_SEED: u32 = 230;
const CONFIG_DIR: &str = "server_config";
const SETTINGS_FILENAME: &str = "settings.ron";
const WHITELIST_FILENAME: &str = "whitelist.ron";