Skip to content

Commit

Permalink
Print detailed client version in log
Browse files Browse the repository at this point in the history
  • Loading branch information
SadPencil committed Oct 4, 2024
1 parent b77fbb4 commit 8f70117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DXMainClient/PreStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static void Initialize(StartupParams parameters)
MainClientConstants.Initialize();

Logger.Log("***Logfile for " + MainClientConstants.GAME_NAME_LONG + " client***");
Logger.Log("Client version: " + Assembly.GetAssembly(typeof(PreStartup)).GetName().Version);
Logger.Log("Client version:" + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion);

// Log information about given startup params
if (parameters.NoAudio)
Expand Down

0 comments on commit 8f70117

Please sign in to comment.