Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing parameter to DataPack.IsReadable (#603)
  • Loading branch information
peace-maker authored and psychonic committed Apr 30, 2017
1 parent b11c33c commit 8fdfcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/include/datapack.inc
Expand Up @@ -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 {
Expand Down

0 comments on commit 8fdfcdf

Please sign in to comment.