summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-12-15 05:26:39 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-12-15 05:26:39 -0500
commit2481c06bf0214c3a0723e31c05166ac9983eef77 (patch)
tree5eff37cc7afb7624040ece0b7e64506516e44556 /init.lua
parenteabced6976d18ff887a4ddd1ef0360e7217c0bb2 (diff)
downloadpipeworks-2481c06bf0214c3a0723e31c05166ac9983eef77.tar
pipeworks-2481c06bf0214c3a0723e31c05166ac9983eef77.tar.gz
pipeworks-2481c06bf0214c3a0723e31c05166ac9983eef77.tar.bz2
pipeworks-2481c06bf0214c3a0723e31c05166ac9983eef77.tar.xz
pipeworks-2481c06bf0214c3a0723e31c05166ac9983eef77.zip
fix incorrect variable name
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 101bb52..178864a 100644
--- a/init.lua
+++ b/init.lua
@@ -40,7 +40,7 @@ end
pipeworks.expect_infinite_stacks = true
if minetest.get_modpath("unified_inventory") or not minetest.setting_getbool("creative_mode") then
- pipeworks_expect_infinite_stacks = false
+ pipeworks.expect_infinite_stacks = false
end
pipeworks.meseadjlist={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=0,y=1,z=0},{x=0,y=-1,z=0},{x=1,y=0,z=0},{x=-1,y=0,z=0}}