1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Loads of fixs

This commit is contained in:
LeMagnesium
2015-01-15 23:27:03 +01:00
parent 353226f66d
commit e84f4d480a
3 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ function add_protected_bukket_liquid(nameofbukket,liquidsourcename)
return
end
-- Check if pointing to a buildable node
n = minetest.get_node(pointed_thing.under)
local n = minetest.get_node(pointed_thing.under)
if is_protected_area(pointed_thing.under, 7 ,user:get_player_name()) then
minetest.chat_send_player(user:get_player_name(),"You cant place here - Too short of a protected area.")