[Crash] Fix UCS crash that occurs during log reloading (#3324)

This commit is contained in:
Chris Miles 2023-04-29 19:39:13 -05:00 committed by GitHub
parent db916e946e
commit 497d20512a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,6 +144,8 @@ int main() {
->LoadLogDatabaseSettings() ->LoadLogDatabaseSettings()
->StartFileLogs(); ->StartFileLogs();
player_event_logs.SetDatabase(&database)->Init();
char tmp[64]; char tmp[64];
// ucs has no 'reload rules' handler // ucs has no 'reload rules' handler