LLibrary
LLibrary copied to clipboard
WorldDataHandler Saving Behavior
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.
Yep, that looks very wrong. :P Thanks for the report.