Send before history is safe

This commit is contained in:
dordsor21 2021-01-14 14:48:13 +00:00
parent 3136fb460b
commit 3034419918
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -389,7 +389,7 @@ public class Settings extends Config {
})
public boolean ALLOW_TICK_EXISTING = true;
@Comment({
"Do not wait for a chunk's history to save before sending it",
"[SAFE] Do not wait for a chunk's history to save before sending it",
" - Undo/redo commands will wait until the history has been written to disk before executing",
" - Requires combine_stages = true"
})