From 565b5a4d3b7d08fa9298b4dbbe8874df0b281729 Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 6 Aug 2013 21:44:00 -0500 Subject: shareall and unshareall commands to (un)share all of a persons claims --- init.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 4dd5d92..bc80fe8 100644 --- a/init.lua +++ b/init.lua @@ -77,7 +77,9 @@ function landrush.get_chunk(pos) -- 3 levels of vertical protection local y = 0 - if ( pos.y < -60 ) then + if ( pos.y < -200 ) then + y = -32000 + elseif ( pos.y < -60 ) then y = -200 elseif ( pos.y < 140 ) then y = -30 @@ -381,7 +383,7 @@ minetest.after(0, function () dofile(path.."/default.lua") dofile(path.."/bucket.lua") -dofile(path.."/doors.lua") +--dofile(path.."/doors.lua") dofile(path.."/fire.lua") dofile(path.."/chatcommands.lua") -- cgit v1.2.3