ElectricTrains compatability

Fixes a crash when trying to modify a dummy entity by ElectricTrains
This commit is contained in:
sh4dow 2022-05-05 01:13:56 +02:00 committed by GitHub
parent 312044dce3
commit c6bf478699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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