change server startup time to 32400.0 / 9:00 AM

This commit is contained in:
Monty Marz 2019-07-28 10:46:03 +00:00 committed by Marcel
parent 1faeb918ed
commit 31d9e73a52

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,
}
}
}