From 48ed38a8c1b4887e11586f5ef6ce61071fcf7c87 Mon Sep 17 00:00:00 2001 From: Deathreus Date: Fri, 7 Feb 2020 01:05:32 -0500 Subject: [PATCH] Fix documentation in some DataPack methods (#1164) --- plugins/include/datapack.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/datapack.inc b/plugins/include/datapack.inc index ed90d5f5..7e88919a 100644 --- a/plugins/include/datapack.inc +++ b/plugins/include/datapack.inc @@ -73,12 +73,12 @@ methodmap DataPack < Handle // Reads a cell from a data pack. // - // @param pack Handle to the data pack. + // @return A cell at this position public native any ReadCell(); // Reads a float from a data pack. // - // @param pack Handle to the data pack. + // @return Float at this position public native float ReadFloat(); // Reads a string from a data pack.