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 24, 2024
1 parent 662fe6c commit 01a2d4d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions LogApi/LogApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ void CLogApi::ServerActivate()
// Reset next frame time
this->m_FrameTime = (gpGlobals->time + this->m_log_api_delay->value);

// Clear events
if (!this->m_Events.empty())
{
this->m_Events.clear();
}

try
{
// File stream
Expand Down

0 comments on commit 01a2d4d

Please sign in to comment.