delete-on-logout config option also wipes history from the disk
Deauthorized opened this issue ยท 0 comments
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
- I have included a Fawe debugpaste.
- 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.