From b374f5e75421ea27f114cda6c0e9476fb1a63cc8 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sun, 1 Oct 2017 16:59:54 +0300 Subject: [PATCH] Fix documentation of SendAddonMessage --- PlayerMethods.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PlayerMethods.h b/PlayerMethods.h index 9caf2ef..4051c27 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -3522,9 +3522,8 @@ namespace LuaPlayer * * @param string prefix * @param string message - * @param uint8 channel + * @param [ChatMsg] channel * @param [Player] receiver - * @param string fullMsg * */ int SendAddonMessage(lua_State* L, Player* player)