ninja fix
This commit is contained in:
parent
1c721a3e44
commit
a6d201e212
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ Date: 05.5.2022
|
|||
|
||||
Bugfixes:
|
||||
- removed conditional requires which caused sync problems
|
||||
- fixed bug with electric trains by shadoxxhd
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.18
|
||||
Date: 04.5.2022
|
||||
|
|
5
migrations/248k-1.0.19.lua
Normal file
5
migrations/248k-1.0.19.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
for _, force in pairs(game.forces) do
|
||||
force.reset_recipes()
|
||||
force.reset_technologies()
|
||||
force.reset_technology_effects()
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue