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
1 changed files with 1 additions and 1 deletions

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}