1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-02 14:50:20 +02:00

Whitespace damage fixes.

This is cleaned up by `cleanfile` (from the linux kernel tree
tool set).
This commit is contained in:
Auke Kok
2016-12-15 13:23:31 -08:00
committed by Auke Kok
parent 6256427ce7
commit 138e078f1b
26 changed files with 109 additions and 119 deletions

View File

@ -68,7 +68,7 @@ minetest.register_node("lrfurn:coffeetable_back", {
if minetest.is_protected(pos, digger:get_player_name()) then return true end
if (minetest.get_node({x=pos.x, y=pos.y, z=pos.z}).name == "lrfurn:coffeetable_front")
if (minetest.get_node({x=pos.x, y=pos.y, z=pos.z}).name == "lrfurn:coffeetable_front")
and (minetest.get_node({x=pos.x, y=pos.y, z=pos.z}).param2 == param2) then
minetest.remove_node(pos)
end