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 Nov 4, 2024
1 parent b77fbb4 commit ecda849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DXMainClient/PreStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public static void Initialize(StartupParams parameters)

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

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

0 comments on commit ecda849

Please sign in to comment.