mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-17 06:03:53 +00:00
fixed superpickaxe for gravel & lightstone, preprocessors faster than postprocessors, added methods so same-type changes are visble client-side, fixed fixliquid & setblocks block count
This commit is contained in:
@ -34,7 +34,7 @@ public class ForwardSeekableInputStream extends InputStream {
|
||||
@Override
|
||||
public int read() throws IOException {
|
||||
int ret = parent.read();
|
||||
position++;
|
||||
++position;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user