You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the data recovery system will load data straight back into modules when they're reinstalled, but that won't have any effect on the current preset.
What this means practically is that swapping the current preset while a module is uninstalled will cause you to copy data from the old current preset to the new one, erasing what was already there - both a data loss and dupe condition.
It's been a while since we've considered running applyToPlayer() on game start, so we don't remember whether it was just unneccesary or whether it was striaght-up impossible - but doing so would resolve the issue.
The text was updated successfully, but these errors were encountered:
Currently the data recovery system will load data straight back into modules when they're reinstalled, but that won't have any effect on the current preset.
What this means practically is that swapping the current preset while a module is uninstalled will cause you to copy data from the old current preset to the new one, erasing what was already there - both a data loss and dupe condition.
It's been a while since we've considered running
applyToPlayer()
on game start, so we don't remember whether it was just unneccesary or whether it was striaght-up impossible - but doing so would resolve the issue.The text was updated successfully, but these errors were encountered: