Changed singleplayer map for a better default experience

This commit is contained in:
Joshua Barretto 2021-07-24 11:56:08 +01:00
parent 564214cc87
commit b2143d52a8
2 changed files with 1 additions and 1 deletions

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";