Fix reading block states in no redo mode (#2119)

This commit is contained in:
Hannes Greule 2023-02-27 16:31:15 +01:00 committed by GitHub
parent c0dc42ed3f
commit 1904b1fdd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,8 +126,6 @@ public abstract class FaweStreamChangeSet extends AbstractChangeSet {
@Override
public void readCombined(FaweInputStream in, MutableBlockChange change, boolean dir) throws IOException {
int from1 = in.read();
int from2 = in.read();
change.ordinal = in.readVarInt();
}