ElectricTrains compatability
Fixes a crash when trying to modify a dummy entity by ElectricTrains
This commit is contained in:
parent
312044dce3
commit
c6bf478699
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
function make_burner_recipe(item)
|
||||
if string.find(item, "dummy") then return end -- fix for ElectricTrains crash
|
||||
local blank = {
|
||||
name = 'fu_burn_oxygen_recipe',
|
||||
type = 'recipe',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue