diff --git a/PlayerMethods.h b/PlayerMethods.h index 9044b3e..1a6c6fe 100644 --- a/PlayerMethods.h +++ b/PlayerMethods.h @@ -3086,8 +3086,8 @@ namespace LuaPlayer /** * Removes the given amount of the specified [Item] from the player. * - * @proto item = (item, itemCount) - * @proto item = (entry, itemCount) + * @proto (item, itemCount) + * @proto (entry, itemCount) * @param [Item] item : item to remove * @param uint32 entry : entry of the item to remove * @param uint32 itemCount = 1 : amount of the item to add