From ed42d2feea5749f51eed478c64721c830b9ae265 Mon Sep 17 00:00:00 2001 From: peace-maker Date: Sun, 30 Apr 2017 11:49:18 -0600 Subject: [PATCH] Add missing parameter to DataPack.IsReadable (#603) --- plugins/include/datapack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/datapack.inc b/plugins/include/datapack.inc index c3a3749c..12b7a3b1 100644 --- a/plugins/include/datapack.inc +++ b/plugins/include/datapack.inc @@ -97,7 +97,7 @@ methodmap DataPack < Handle // position to the end can be read. // // @param bytes Number of bytes to simulate reading. - public native bool IsReadable(); + public native bool IsReadable(int bytes); // The read or write position in a data pack. property DataPackPos Position {