Skip to content

Commit

Permalink
Update LogApi.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 23, 2024
1 parent 8571523 commit d43362f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LogApi/LogApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ void CLogApi::ServerActivate()
// Reset next frame time
this->m_FrameTime = (gpGlobals->time + this->m_log_api_delay->value);

// Clear events
this->m_Events.clear();

try
{
// File stream
Expand Down

0 comments on commit d43362f

Please sign in to comment.