Merge pull request #18 from x2605/master

Fix "Mods mismatch!" error when overhaul setting is not synced.
This commit is contained in:
PreLeyZero 2022-04-20 23:04:50 +02:00 committed by GitHub
commit a4cf579f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View file

@ -125,9 +125,7 @@ if data.raw.technology["atomic-bomb"] then
end
--overhaul
if settings.startup['overhaul_mode'].value == true then
require('scripts/overhaul')
end
require('scripts/overhaul')
--white hole
require('scripts/gravitation/gr_make_white_hole_recipes')