~gpcf/advtrains

fix mis-patched 90+60r crossing conns v1 APPLIED

Maverick2797: 1
 fix mis-patched 90+60r crossing conns

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~gpcf/advtrains/patches/19443/mbox | git am -3
Learn more about email & git

[PATCH] fix mis-patched 90+60r crossing conns Export this patch

---
 advtrains/tracks.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/advtrains/tracks.lua b/advtrains/tracks.lua
index 13623a5..7037244 100644
--- a/advtrains/tracks.lua
+++ b/advtrains/tracks.lua
@@ -307,7 +307,7 @@ advtrains.ap.t_90plusx_crossing={
			trackworker = "60r",
		},
		["60r"]={
			conns = { {c=0}, {c=8}, {c=7}, {c=13} },
			conns = { {c=0}, {c=8}, {c=5}, {c=13} },
			desc = "60/90 degree crossing (right)",
			tpdouble = true,
			tpsingle = true,
-- 
2.30.0