projects
/
zefram
/
minetest
/
pipeworks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38ef00
)
fixed wrong veriable in creative inventory filter
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Mon, 20 Aug 2012 07:38:38 +0000
(
03:38
-0400)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Mon, 20 Aug 2012 07:38:38 +0000
(
03:38
-0400)
devices.lua
patch
|
blob
|
history
diff --git
a/devices.lua
b/devices.lua
index 6d9b27b722afb5665a2bc4c355bc93c0eaaa2a7e..f13fab6cda9c87297a4db2a1a54100c80e4092c7 100644
(file)
--- a/
devices.lua
+++ b/
devices.lua
@@
-44,7
+44,7
@@
local dgroups = ""
for s in ipairs(states) do
- if s == "off" then
+ if s
tates[s]
== "off" then
dgroups = {snappy=3, pipe=1}
else
dgroups = {snappy=3, pipe=1, not_in_creative_inventory=1}