mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Edit change count to default to 0 instead of -1
Why was it ever defaulted to -1?
This commit is contained in:
parent
8b1a0bbc34
commit
376bbe1bdb
@ -201,7 +201,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
||||
|
||||
private final MutableBlockVector3 mutablebv = new MutableBlockVector3();
|
||||
|
||||
private int changes = -1;
|
||||
private int changes = 0;
|
||||
private final BlockBag blockBag;
|
||||
|
||||
private final Extent bypassHistory;
|
||||
|
Loading…
Reference in New Issue
Block a user