Page 1 of 1

migration_applied in on_configuration_changed is always false

Posted: Wed Dec 27, 2023 2:44 pm
by SilentStorm
I just ran into the issue that the game definitely applied migrations, but then in on_configuration_changed the `migration_applied` member was still false.

Code: Select all

6418.331 Applying migration: TestingMod: 4.0.0.lua
6460.499 Script @__silent-testing-mod__/control.lua:122: on_configuration_changed, migration_applied=false

Code: Select all

log('on_configuration_changed, migration_applied=' .. serpent.line(changed.migration_applied))

Re: migration_applied in on_configuration_changed is always false

Posted: Thu Dec 28, 2023 1:47 am
by Rseding91
Thanks for the report. This is now fixed for the next release.