migration_applied in on_configuration_changed is always false

This subforum contains all the issues which we already resolved.
Post Reply
SilentStorm
Inserter
Inserter
Posts: 25
Joined: Sun Jul 09, 2017 9:19 am
Contact:

migration_applied in on_configuration_changed is always false

Post 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))

Rseding91
Factorio Staff
Factorio Staff
Posts: 13216
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: migration_applied in on_configuration_changed is always false

Post by Rseding91 »

Thanks for the report. This is now fixed for the next release.
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Resolved Problems and Bugs”