From 02775e52c43dbc82e08b6af8b87d8f320c05cb73 Mon Sep 17 00:00:00 2001 From: mathiascode <8754153+mathiascode@users.noreply.github.com> Date: Thu, 24 Aug 2017 12:19:40 +0300 Subject: Minor changes (#3909) --- Server/Plugins/APIDump/Hooks/OnPlayerAnimation.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Server/Plugins/APIDump/Hooks/OnPlayerAnimation.lua') diff --git a/Server/Plugins/APIDump/Hooks/OnPlayerAnimation.lua b/Server/Plugins/APIDump/Hooks/OnPlayerAnimation.lua index baf99834e..1af543821 100644 --- a/Server/Plugins/APIDump/Hooks/OnPlayerAnimation.lua +++ b/Server/Plugins/APIDump/Hooks/OnPlayerAnimation.lua @@ -2,13 +2,13 @@ return { HOOK_PLAYER_ANIMATION = { - CalledWhen = "A client has sent an Animation packet (0x12)", + CalledWhen = "A client has sent an Animation packet", DefaultFnName = "OnPlayerAnimation", -- also used as pagename Desc = [[ - This hook is called when the server receives an Animation packet (0x12) from the client.

+ This hook is called when the server receives an Animation packet from the client.

For the list of animations that are sent by the client, see the - Protocol wiki. + Protocol wiki. ]], Params = { -- cgit v1.2.3