Skip to content

Commit

Permalink
Add missing scriptErrLogFile init
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 1, 2022
1 parent fda13c2 commit 38b1cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ void Log::Initialize()
charLogfile = openLogFile("CharLogFile", "CharLogTimestamp", "a");
dberLogfile = openLogFile("DBErrorLogFile", nullptr, "a");
eventAiErLogfile = openLogFile("EventAIErrorLogFile", nullptr, "a");
scriptErrLogFile = openLogFile("SD2ErrorLogFile", nullptr, "a");
raLogfile = openLogFile("RaLogFile", nullptr, "a");
worldLogfile = openLogFile("WorldLogFile", "WorldLogTimestamp", "a");
customLogFile = openLogFile("CustomLogFile", nullptr, "a");
Expand Down

0 comments on commit 38b1cde

Please sign in to comment.