Write total number of artifacts to console on game start
This commit is contained in:
parent
c7c9017ce8
commit
946e05d1ed
Binary file not shown.
@ -144,6 +144,8 @@ namespace ArtifactTracker
|
|||||||
OnGameLoad(); // covers new game and coc'ing from the main menu
|
OnGameLoad(); // covers new game and coc'ing from the main menu
|
||||||
g_bLoaded = true;
|
g_bLoaded = true;
|
||||||
|
|
||||||
|
RE::ConsoleLog::GetSingleton()->Print(std::format("Artifact Tracker registered {} items.", g_artifactMap.size()).c_str());
|
||||||
|
|
||||||
log::info("Total artifacts: {}", g_artifactMap.size());
|
log::info("Total artifacts: {}", g_artifactMap.size());
|
||||||
|
|
||||||
if (settings.at("DumpItemList")) {
|
if (settings.at("DumpItemList")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user