Skip to content

Commit

Permalink
Removed "OnAllPluginsLoaded" usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Psykotikism committed Sep 4, 2021
1 parent 6309d74 commit 7a17999
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Binary file modified addons/sourcemod/plugins/no_friendly-fire.smx
Binary file not shown.
5 changes: 0 additions & 5 deletions addons/sourcemod/scripting/no_friendly-fire.sp
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ public void OnLibraryRemoved(const char[] name)
}
}

public void OnAllPluginsLoaded()
{
g_bLeft4DHooks = LibraryExists("left4dhooks");
}

public void OnPluginStart()
{
g_cvNFFBlockExplosions = CreateConVar("nff_blockexplosions", "1", "Block explosive damage?\n0: OFF\n1: ON", _, true, 0.0, true, 1.0);
Expand Down

0 comments on commit 7a17999

Please sign in to comment.