Make the DB actually say how long it took to set up (#26559)

This commit is contained in:
ShiftyRail
2020-05-21 09:35:24 +02:00
committed by GitHub
parent 3b9a4afc1c
commit 117c781cb4

View File

@@ -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()