From 627acf75c98138bfe7539e3640f19737b572e385 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Sat, 21 Sep 2024 20:03:33 +0700 Subject: [PATCH] [skip ci] fix typo --- 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 30c0f559..a0a860c4 100644 --- a/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc +++ b/reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc @@ -1094,7 +1094,7 @@ enum GamedllFunc_CSGameRules /* * Description: Can this player take damage from this attacker? - * Return type: float + * Return type: BOOL * Params: (const index, const attacker) */ RG_CSGameRules_FPlayerCanTakeDamage,