Skip to content

Commit

Permalink
Added ServerDeactivate event
Browse files Browse the repository at this point in the history
Added ServerDeactivate event
  • Loading branch information
SmileYzn authored Oct 29, 2024
1 parent c17dc0e commit 67678ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LogApi/LogApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ void CLogApi::ServerActivate()
}
}

// On server deactivate
void CLogApi::ServerDeactivate()
{
// Plugin is not running
this->m_Running = false;
}

// On server frame
void CLogApi::ServerFrame()
{
Expand Down

0 comments on commit 67678ee

Please sign in to comment.