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 {