1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-11-17 15:58:29 +01:00

fixed wrong veriable in creative inventory filter

This commit is contained in:
Vanessa Ezekowitz 2012-08-20 03:38:38 -04:00
parent a38ef007c2
commit c1dffa70f0

View File

@ -44,7 +44,7 @@ local dgroups = ""
for s in ipairs(states) do
if s == "off" then
if states[s] == "off" then
dgroups = {snappy=3, pipe=1}
else
dgroups = {snappy=3, pipe=1, not_in_creative_inventory=1}