mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
0a4e34442f
@ -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