From 03cd2a301dc0dea2185878d03f852b4f5c78d0eb Mon Sep 17 00:00:00 2001 From: Nord1cWarr1or Date: Sun, 3 Aug 2025 17:19:55 +0000 Subject: [PATCH] Fix tag mismatch in `RG_CBasePlayer_Pain` https://github.com/rehlds/ReAPI/blob/master/reapi/extra/amxmodx/scripting/include/cssdk_const.inc#L737 --- reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc index 81db45cd..03621e61 100644 --- a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc +++ b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc @@ -890,7 +890,7 @@ enum GamedllFunc_CBasePlayer /* * Description: Called when a client emits a "pain sound" after received damage. * Return type: void - * Params: (const this, lastHitGroup, bool:hasArmour) + * Params: (const this, HitBoxGroup:lastHitGroup, bool:hasArmour) */ RG_CBasePlayer_Pain,