mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-09 16:33:44 +01:00
replace stray space-indent with tabs
This commit is contained in:
parent
8b1ea15525
commit
5bd47f86d7
@ -199,7 +199,7 @@ function drawers.drawer_insert_object(pos, node, stack, direction)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function drawers.drawer_can_insert_object(pos, node, stack, direction)
|
function drawers.drawer_can_insert_object(pos, node, stack, direction)
|
||||||
local drawer_visuals = drawers.drawer_visuals[core.serialize(pos)]
|
local drawer_visuals = drawers.drawer_visuals[core.serialize(pos)]
|
||||||
if not drawer_visuals then return false end
|
if not drawer_visuals then return false end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user