This commit is contained in:
Jesse Boyd 2017-05-07 14:22:25 +10:00
parent e2b9d1982c
commit 1e31827c9f
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ public class FloodFillTool implements BlockTool {
throw new RuntimeException(e);
}
editSession.flushQueue();
session.remember(editSession);
return true;
}