mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 13:45:36 +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
|
||||
if (editSession.size() == 0) return;
|
||||
if (editSession.size() == 0 || editSession.hasFastMode()) return;
|
||||
|
||||
// Destroy any sessions after this undo point
|
||||
while (historyPointer < history.size()) {
|
||||
|
Loading…
Reference in New Issue
Block a user