mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Fix reading block states in no redo mode (#2119)
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user