mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
No more warnings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user