From 94fe641b455053634d6ab927cca5661189f3eaa3 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Tue, 26 Apr 2022 00:13:39 +0200 Subject: Write launcher version to log file (#153) --- NorthstarDedicatedTest/dllmain.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 22b9a673..c0674d94 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -205,6 +205,10 @@ bool InitialiseNorthstar() InitialiseLogging(); InstallInitialHooks(); CreateLogFiles(); + + // Write launcher version to log + spdlog::info("NorthstarLauncher version: {}", version); + InitialiseInterfaceCreationHooks(); AddDllLoadCallback("tier0.dll", InitialiseTier0GameUtilFunctions); -- cgit v1.2.3