Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix csdm_protection compile
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Jul 29, 2021
1 parent c1a5d0a commit 8ea57d6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@ SetEffects(const pPlayer)

rg_set_rendering(pPlayer, kRenderFxGlowShell, flColor, g_flRenderAlpha)
}

RemoveEffects(const pPlayer)
{
if(is_user_connected(pPlayer))
{
rg_set_rendering(pPlayer)
}
}

0 comments on commit 8ea57d6

Please sign in to comment.