mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Make the DB actually say how long it took to set up (#26559)
This commit is contained in:
@@ -73,7 +73,7 @@ var/savefile/panicfile
|
||||
make_datum_references_lists() //initialises global lists for referencing frequently used datums (so that we only ever do it once)
|
||||
|
||||
load_configuration()
|
||||
SSdbcore.Initialize() // Get a database running, first thing
|
||||
SSdbcore.Initialize(world.time) // Get a database running, first thing
|
||||
|
||||
load_mode()
|
||||
load_motd()
|
||||
|
||||
Reference in New Issue
Block a user