Brief summary of issue / Description of requested feature:
Module gets emptied if saved during a Module reload
Steps to reproduce the issue / Reasons for adding feature:
- install a new xml file as Module ("ModuleSyncSaveTest" in my case)
- enable sync on that xml file
- create this function
function syncSaveTest()
saveProfile()
reloadModule("ModuleSyncSaveTest") --- put your Module name in there
end
- use the function by for example by writing
lua syncSaveTest() in your command line and press enter. (sometimes more then once)
- Module is emptied
Error output / Expected result of feature
Module shouldn't get emptied
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
Mudlet 4.13.1 on Ubuntu
Brief summary of issue / Description of requested feature:
Module gets emptied if saved during a Module reload
Steps to reproduce the issue / Reasons for adding feature:
lua syncSaveTest()in your command line and press enter. (sometimes more then once)Error output / Expected result of feature
Module shouldn't get emptied
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
Mudlet 4.13.1 on Ubuntu