Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Edit change count to default to 0 instead of -1
Why was it ever defaulted to -1?
Dieser Commit ist enthalten in:
Ursprung
8b1a0bbc34
Commit
376bbe1bdb
@ -201,7 +201,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
|||||||
|
|
||||||
private final MutableBlockVector3 mutablebv = new MutableBlockVector3();
|
private final MutableBlockVector3 mutablebv = new MutableBlockVector3();
|
||||||
|
|
||||||
private int changes = -1;
|
private int changes = 0;
|
||||||
private final BlockBag blockBag;
|
private final BlockBag blockBag;
|
||||||
|
|
||||||
private final Extent bypassHistory;
|
private final Extent bypassHistory;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren