diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-03-25 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-03-25 00:00:02 +0100 |
commit | c1c7d104c0fa9a501c57650c45a774451eb25aed (patch) | |
tree | f8f9b7e4a29b4e63ede1cbb19d1064a10fda0925 /subway/nodes | |
parent | ca0267206ebd83b427b19c44ba831a3d28efbf28 (diff) | |
download | luaatc_envs-c1c7d104c0fa9a501c57650c45a774451eb25aed.tar.gz luaatc_envs-c1c7d104c0fa9a501c57650c45a774451eb25aed.tar.bz2 luaatc_envs-c1c7d104c0fa9a501c57650c45a774451eb25aed.zip |
State at 2025-03-25
Diffstat (limited to 'subway/nodes')
-rw-r--r-- | subway/nodes/(10,0,-10).lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subway/nodes/(10,0,-10).lua b/subway/nodes/(10,0,-10).lua index 447cb5f..37b1da9 100644 --- a/subway/nodes/(10,0,-10).lua +++ b/subway/nodes/(10,0,-10).lua @@ -92,7 +92,7 @@ if du_line then end local line4 = "" if dd_line and nwt then - line4 = "Line "..(dd_line).." - "..nwt.."s" + line4 = "Line "..(dd_line).."- "..nwt.."s" end digiline_send("l14e", line1.." | "..line2.." | "..line3.." | ----------- | "..line4) |