Skip to content

Commit

Permalink
This got missed in the cherry pick/merge somewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames authored Dec 20, 2023
1 parent b707512 commit 0b6c0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NorthstarDLL/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bool InitialiseNorthstar()
InitialiseNorthstarPrefix();

// Initilaze log directory
g_svLogDirectory = fmt::format("{:s}\\logs\\{:s}", GetNorthstarPrefix(), NS::Utils::CreateTimeStamp());
g_svLogDirectory = fmt::format("{:s}\\logs\\{:s}", GetNorthstarPrefix(), CreateTimeStamp());

// Checks if we can write into install directory
SpdLog_PreInit();
Expand Down

0 comments on commit 0b6c0b9

Please sign in to comment.