chore(Core/Global): Fix grouping of Worldserver initialization (#4130)

This commit is contained in:
Kitzunu
2021-01-25 20:50:53 +01:00
committed by GitHub
parent 49712bd12f
commit 879468506f
14 changed files with 52 additions and 7 deletions

View File

@@ -80,6 +80,7 @@ void TransportMgr::LoadTransportTemplates()
} while (result->NextRow());
sLog->outString(">> Loaded %u transport templates in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
sLog->outString();
}
class SplineRawInitializer
@@ -432,6 +433,7 @@ void TransportMgr::SpawnContinentTransports()
}
sLog->outString(">> Spawned %u continent motion transports in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
sLog->outString();
if (sWorld->getBoolConfig(CONFIG_ENABLE_CONTINENT_TRANSPORT_PRELOADING))
{