[Crash] Fix Rarer World Crash with Player Event Thread Processor (#4800)

* [Crash] Fix Rarer World Crash with Player Event thread processor

* Update main.cpp
This commit is contained in:
Chris Miles
2025-03-29 14:26:00 -05:00
committed by GitHub
parent 6d69ac7a98
commit 46511365a7
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ int main()
}
if (player_event_process_timer.Check()) {
std::jthread player_event_thread(&PlayerEventLogs::Process, &player_event_logs);
player_event_logs.Process();
}
};