From 8fdfcdf65f7661c1459e818a4dd7baccd6033e91 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 c3a3749cc4..12b7a3b1b6 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 {