Skip to content

Commit

Permalink
Fix plugin unload
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggi committed Jun 27, 2024
1 parent 3a70718 commit 464dd0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ PLUGIN_EXPORT void PLUGIN_CALL Unload()
{
// Reset the unintizalized flag
bServerInit = false;
// Delete the server instance
SAFE_DELETE(pServer);

logprintf("[FCNPC] Info: Plugin unloaded.");
}
Expand Down

0 comments on commit 464dd0d

Please sign in to comment.