From 3a1985d046d16861d833a4049b03b03413b2d650 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 26503f52..fc403e95 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -207,6 +207,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