Some space and newline optimizations

This commit is contained in:
Thomas--S
2017-03-29 15:58:54 +02:00
parent 09798d13b9
commit 7851a45f88
18 changed files with 203 additions and 205 deletions

View File

@ -118,9 +118,9 @@ minetest.register_tool("wrench:wrench", {
if def.owned then
local owner = meta:get_string("owner")
if owner and owner ~= placer:get_player_name() then
minetest.log("action", placer:get_player_name() ..
" tried to pick up a owned node belonging to " ..
owner.." at " ..
minetest.log("action", placer:get_player_name()..
" tried to pick up a owned node belonging to "..
owner.." at "..
minetest.pos_to_string(pos))
return
end