mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-12-01 07:03:52 +01:00
Fixes #44
This commit is contained in:
parent
143847816f
commit
9a3daaa383
@ -207,7 +207,7 @@ public class LocalSession {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Don't store anything if no changes were made
|
// Don't store anything if no changes were made
|
||||||
if (editSession.size() == 0) return;
|
if (editSession.size() == 0 || editSession.hasFastMode()) return;
|
||||||
|
|
||||||
// Destroy any sessions after this undo point
|
// Destroy any sessions after this undo point
|
||||||
while (historyPointer < history.size()) {
|
while (historyPointer < history.size()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user