From 3696a4cd9ed134a39104f9106c66036e3f8a71bc Mon Sep 17 00:00:00 2001 From: Vladimir <47463683+Wend4r@users.noreply.github.com> Date: Sat, 9 May 2020 01:08:34 +0300 Subject: [PATCH] Correct parameter detail in OnEntityDestroyed (#1237) --- plugins/include/sdkhooks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sdkhooks.inc b/plugins/include/sdkhooks.inc index 0c8ba4e1..10de9b79 100644 --- a/plugins/include/sdkhooks.inc +++ b/plugins/include/sdkhooks.inc @@ -350,7 +350,7 @@ forward void OnEntityCreated(int entity, const char[] classname); /** * When an entity is destroyed * - * @param entity Entity index + * @param entity Entity index or edict reference. */ forward void OnEntityDestroyed(int entity);