mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 02:50:25 +01:00
Removed garbage in 'bucket/init.lua'.
This commit is contained in:
parent
5e2d139d9f
commit
66ea50d703
@ -120,7 +120,6 @@ minetest.register_craftitem(":bucket:bucket_empty", {
|
|||||||
local liquiddef = bucket.liquids[node.name]
|
local liquiddef = bucket.liquids[node.name]
|
||||||
if liquiddef ~= nil and liquiddef.itemname ~= nil and
|
if liquiddef ~= nil and liquiddef.itemname ~= nil and
|
||||||
node.name == liquiddef.source then
|
node.name == liquiddef.source then
|
||||||
minetest.setting_getbool("liquid_finite"))) then
|
|
||||||
if check_protection(pointed_thing.under,
|
if check_protection(pointed_thing.under,
|
||||||
user:get_player_name(),
|
user:get_player_name(),
|
||||||
"take ".. node.name) then
|
"take ".. node.name) then
|
||||||
|
Loading…
Reference in New Issue
Block a user