Skip to content

Commit

Permalink
Added missing return statement to Hooks_OnTouch
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Nov 14, 2021
1 parent 11b2ab4 commit 07fca88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripting/Hooks.sp
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ public Action Hooks_OnTouch(int entity, int other)
Call_Finish();
}
}

return Plugin_Continue;
}

0 comments on commit 07fca88

Please sign in to comment.