From 282ffd96496bf2d9f0ec728c4e5d3c3ce18929ef Mon Sep 17 00:00:00 2001 From: Deathwing777 <160651137+Deathwing777@users.noreply.github.com> Date: Sun, 20 Oct 2024 16:01:35 -0700 Subject: [PATCH] Removed trailing whitespace from 2 comment lines. --- common.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.lua b/common.lua index 7acaf7e..255da13 100644 --- a/common.lua +++ b/common.lua @@ -20,8 +20,8 @@ local digilines_enabled = minetest.get_modpath("digilines") ~= nil if digilines_enabled and pipeworks.use_default_digilines_rules then pipeworks.digilines_rules=digiline.rules.default else - -- When using these rules, digiline signals are NOT conducted vertically, despite any rotation to the node. This - -- breaks expected behavior with digiline conducting tubes. Some servers however, may have builds that relied on + -- When using these rules, digiline signals are NOT conducted vertically, despite any rotation to the node. This + -- breaks expected behavior with digiline conducting tubes. Some servers however, may have builds that relied on -- the lack of vertical conduction and may wish to revert to this behavior. -- See https://github.com/mt-mods/pipeworks/issues/64 pipeworks.digilines_rules={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=1,y=0,z=0},{x=-1,y=0,z=0},{x=0,y=1,z=0},{x=0,y=-1,z=0}}