FastAsyncWorldEdit
                                
                                
                                
                                    FastAsyncWorldEdit copied to clipboard
                            
                            
                            
                        delete-on-logout config option also wipes history from the disk
Server Implementation
Paper
Server Version
1.20.4
Describe the bug
On snapshot build 711, if a player uses worldedit and then logs out with this config option (history: delete-on-logout) enabled, ALL history data related to said player is removed despite the comment stating that it "does not effect disk" This causes tools such as //inspect and //frb to become useless.
To Reproduce
- Make an edit with FAWE with delete-on-logout set to true
 - Go to the history folder > world > your uuid and note the files within
 - Log out
 - Watch them evaporate
 
Expected behaviour
The history data should only be removed from memory, as it says it would do.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/c3a15fedd6004c6091d4c8f144b74edf
Fawe Version
FastAsyncWorldEdit-Bukkit-2.9.2-SNAPSHOT-713
Checklist
- [X] I have included a Fawe debugpaste.
 - [X] I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
 
Anything else?
I don't know if this is intended behavior or not.