Skip to content

Commit

Permalink
I'm so dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentrillum authored Jun 20, 2020
1 parent fc8d495 commit 5eaaea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/sf2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2407,7 +2407,7 @@ public Action Hook_CommandSuicideAttempt(int iClient, const char[] command,int a
}
}

if (IsRoundInEnding() || IsClientInPvP(iClient)) //Nobody asked you to break my plugin, or cheat your way out of PvP to miss a kill.
if (IsRoundEnding() || IsClientInPvP(iClient)) //Nobody asked you to break my plugin, or cheat your way out of PvP to miss a kill.
{
return Plugin_Handled;
}
Expand Down

0 comments on commit 5eaaea9

Please sign in to comment.