mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
change server startup time to 32400.0 / 9:00 AM
This commit is contained in:
parent
1faeb918ed
commit
31d9e73a52
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user