diff --git a/scripts/client/animation.js b/scripts/client/animation.js index 1afad949..f62db4f7 100644 --- a/scripts/client/animation.js +++ b/scripts/client/animation.js @@ -139,7 +139,7 @@ function makePedStopAnimation(pedId) { /** * @param {number} animationSlot - The slot index of the animation - * @return {Array} The animation's data (array) + * @return {AnimationData} The animation's data (array) */ function getAnimationData(animationSlot, gameId = getGame()) { return getGameConfig().animations[gameId][animationSlot];