Skip to content

Commit

Permalink
Updated function type for L4DH function
Browse files Browse the repository at this point in the history
  • Loading branch information
Psykotikism committed Oct 12, 2021
1 parent 19ed299 commit e4aa05b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified addons/sourcemod/plugins/no_friendly-fire.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/no_friendly-fire.sp
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ bool bIsValidEntity(int entity)
}

#if defined _l4dh_included
public Action L4D_OnGameModeChange(int gamemode)
public void L4D_OnGameModeChange(int gamemode)
{
int iMode = g_cvNFFGameModeTypes.IntValue;
if (iMode != 0)
Expand Down

0 comments on commit e4aa05b

Please sign in to comment.