Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Compatibility (Cursed Filter Mining Drill)
  • Loading branch information
L0771 committed Nov 30, 2019
1 parent 0d27641 commit 2dd39eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OB_stages.lua
Expand Up @@ -5,7 +5,7 @@ OB_stage = {}
PlannerCore.stage_function_table.OB_stage = OB_stage

function OB_stage.find_ore(state)
local ore_names = OB_helper.find_ore(state.event_entities)
local ore_names = OB_helper.find_ore({ entities=state.event_entities, miner_name=state.conf.miner_name })
if ore_names == nil then
state.player.print({"outpost-builder.no-ore"})
return OB_helper.on_error(state)
Expand Down

0 comments on commit 2dd39eb

Please sign in to comment.