Skip to content

Commit

Permalink
Don't ask me...
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaroq7 committed Aug 21, 2017
1 parent 75c860d commit c92d0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amxmodx/scripting/ctw.sma
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public OnBombPlanted()
while ((iIndex = rg_find_ent_by_class(iIndex, "grenade", true)))
{
get_entvar(iIndex, var_model, szModel, charsmax(szModel));
if (!equal(szModel, "models/w_c4.mdl"))
if (equal(szModel, "models/w_c4.mdl"))
{
g_eC4 = iIndex;
break;
Expand Down

0 comments on commit c92d0a3

Please sign in to comment.