aboutsummaryrefslogtreecommitdiff
path: root/advtrains/track_reg_helper.lua
diff options
context:
space:
mode:
Diffstat (limited to 'advtrains/track_reg_helper.lua')
-rw-r--r--advtrains/track_reg_helper.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/advtrains/track_reg_helper.lua b/advtrains/track_reg_helper.lua
index ad73a40..dbb2d53 100644
--- a/advtrains/track_reg_helper.lua
+++ b/advtrains/track_reg_helper.lua
@@ -129,7 +129,7 @@ advtrains.ap.t_s3way={
switchalt = "s",
switchst="l",
switchprefix = "",
- conn_map = {2,1,1},
+ conn_map = {2,1,1,1},
stmref = "sw",
},
s={
@@ -138,7 +138,7 @@ advtrains.ap.t_s3way={
switchalt ="r",
switchst = "s",
switchprefix = "",
- conn_map = {3,1,1},
+ conn_map = {3,1,1,1},
stmref = "sw",
tpsingle = true,
},
@@ -148,7 +148,7 @@ advtrains.ap.t_s3way={
switchalt = "l",
switchst="r",
switchprefix = "",
- conn_map = {4,1,1},
+ conn_map = {4,1,1,1},
stmref = "sw",
}
},