mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix reading block states in no redo mode (#2119)
This commit is contained in:
parent
c0dc42ed3f
commit
1904b1fdd6
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user