From b375cadc4492899f5489fa38b145317ce570f996 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 ed90d5f57..7e88919a4 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.