No more warnings

This commit is contained in:
Cooldude2606
2024-11-19 22:32:46 +00:00
parent 32a8ba8f3a
commit 3145f7e904
43 changed files with 215 additions and 177 deletions
@@ -185,7 +185,7 @@ Event.on_nth_tick(60, function()
table.insert(force_research, {
name = research.name,
level = research.level,
progress = force.get_saved_technology_progress(research) or 0,
progress = force.technologies[research.name].saved_progress
})
end