mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Some space and newline optimizations
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user