From a88e85f97e97013059563399e78c5f8bc2973473 Mon Sep 17 00:00:00 2001 From: ElectricityMachine <47489506+ElectricityMachine@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:20:24 -0500 Subject: [PATCH] Fix zone messages being censored ROBLOX censors "Leighton West" and "Coxly" as of this commit --- script.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.py b/script.py index 9df412a..0ec565c 100644 --- a/script.py +++ b/script.py @@ -503,9 +503,9 @@ def init_config() -> None: }, "zone_opening_messages": { "A": "Zone A (Stepford Area, Willowfield, Whitefield branches) is now under manual signalling control.", - "B": "Zone B (St. Helens Bridge, Coxly, Beaulieu Park corridor) is now under manual signalling control.", + "B": "Zone B (St. Helens Bridge, CXY, Beaulieu Park corridor) is now under manual signalling control.", "C": "Zone C (Stepford Airport Area) is now under manual signalling control.", - "D": "Zone D (Morganstown to Leighton West) is now under manual signalling control.", + "D": "Zone D (Morganstown to LW) is now under manual signaling control.", "E": "Zone E (Llyn-by-the-Sea to Edgemead) is now under manual signalling control.", "F": "Zone F (Benton area + Waterline up to but not including Airport West and Morganstown) is now under manual signalling control.", "G": "Zone G (James St. to Esterfield) is now under manual signalling control.",