forked from mtcontrib/chesttools
fixed bug in upgrade process
This commit is contained in:
parent
c0b9abb034
commit
5cb641e2e5
3
init.lua
3
init.lua
@ -254,6 +254,9 @@ chesttools.update_chest = function(pos, formname, fields, player)
|
|||||||
if( not( pos ) or not( pos.x ) or not( pos.y ) or not( pos.z )) then
|
if( not( pos ) or not( pos.x ) or not( pos.y ) or not( pos.z )) then
|
||||||
return;
|
return;
|
||||||
end
|
end
|
||||||
|
if( fields.abort and fields.abort ~= "") then
|
||||||
|
return;
|
||||||
|
end
|
||||||
local node = minetest.get_node( pos );
|
local node = minetest.get_node( pos );
|
||||||
|
|
||||||
local price = 1;
|
local price = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user