1
0
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:
Jacob 2020-04-11 21:46:56 -04:00
parent c347b58662
commit d5b3ce169b

View File

@ -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