From cb297a93522e74b75cb4859036c0ae2557544cee Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 22 Nov 2024 09:30:16 +0000 Subject: [PATCH] docs: clarification on UsingItem --- EXILED/Exiled.Events/Handlers/Player.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXILED/Exiled.Events/Handlers/Player.cs b/EXILED/Exiled.Events/Handlers/Player.cs index 308187e80..dc69fda18 100644 --- a/EXILED/Exiled.Events/Handlers/Player.cs +++ b/EXILED/Exiled.Events/Handlers/Player.cs @@ -70,7 +70,7 @@ public class Player public static Event EarningAchievement { get; set; } = new(); /// - /// Invoked before the player starts to use an . + /// Invoked before the player starts to use an . In other words, it is invoked just before the animation starts. /// /// /// Items that will invoke this event: SCP-1853, SCP-207, Anti-Cola, all medical, SCP-244, SCP-1576 and SCP-268.