fix crash

This commit is contained in:
Evert Prants 2019-03-21 00:33:54 +02:00
parent 488f94a970
commit 0a772a4599
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ local function get_template_group(groups)
end
local function find_buildable(material_name, pattern_name)
local types = metal_melter.melts[material_name]
local types = fluidity.melts[material_name]
if not types then return nil end