1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-30 07:30:22 +02:00

Removed garbage in 'bucket/init.lua'.

This commit is contained in:
Le_Docteur 2014-12-17 17:38:41 +01:00
parent 5e2d139d9f
commit 66ea50d703

View File

@ -120,7 +120,6 @@ minetest.register_craftitem(":bucket:bucket_empty", {
local liquiddef = bucket.liquids[node.name]
if liquiddef ~= nil and liquiddef.itemname ~= nil and
node.name == liquiddef.source then
minetest.setting_getbool("liquid_finite"))) then
if check_protection(pointed_thing.under,
user:get_player_name(),
"take ".. node.name) then