Skip to content

Commit

Permalink
Removed trailing whitespace from 2 comment lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deathwing777 authored Oct 20, 2024
1 parent 0d56260 commit 282ffd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 282ffd9

Please sign in to comment.