more idiocy

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

View File

@ -164,7 +164,7 @@ end
local function find_material(stack)
-- Meltables
for metal,list in pairs(metal_melter.melts) do
for metal,list in pairs(fluidity.melts) do
for type,stacks in pairs(list) do
for _,st in pairs(stacks) do
if st == stack then