mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-06 00:23:49 +02:00
Mis-capitalized variable
This commit is contained in:
parent
c347b58662
commit
d5b3ce169b
@ -344,7 +344,7 @@ function Public_event.on_technology_effects_reset(event)
|
||||
tech = game.forces.player.technologies[tech]
|
||||
if tech.researched == true then
|
||||
fake_event.research = tech
|
||||
Public_Event.mining_buffs(fake_event)
|
||||
Public_event.mining_buffs(fake_event)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user