LLibrary icon indicating copy to clipboard operation
LLibrary copied to clipboard

WorldDataHandler Saving Behavior

Open Elenterius opened this issue 7 years ago • 1 comments

https://github.com/iLexiconn/LLibrary/blob/4dd270c8d86180b905a2ed817569fbf0e60f9e32/src/main/java/net/ilexiconn/llibrary/server/world/WorldDataHandler.java#L58-L76

Just wondering if this is the intended behavior: The data is only saved once when the save file doesn't exist yet. This means existing files aren't updated, so you have to change the DataAdapter Id to save changed data.

Elenterius avatar Sep 09 '18 14:09 Elenterius

Yep, that looks very wrong. :P Thanks for the report.

Gegy avatar Sep 09 '18 15:09 Gegy