Merge branch 'server-startup-time-at-9-00-AM' into 'master'

change server startup time to 32400.0 / 9:00 AM

See merge request veloren/veloren!366
This commit is contained in:
Marcel 2019-07-28 10:46:03 +00:00
commit 0a4e34442f

View File

@ -22,7 +22,7 @@ impl Default for ServerSettings {
server_name: "Veloren Alpha".to_owned(),
server_description: "This is the best Veloren server.".to_owned(),
max_players: 100,
start_time: 12.0 * 3600.0,
start_time: 9.0 * 3600.0,
}
}
}