Skip to content

Commit e940464

Browse files
A station wasn't perfectly aligned with some others.
1 parent cb96ecf commit e940464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/cassayre/florian/netherrail/Station.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public enum Station
133133
FLANGORIA(30, -24, "Flangoria"),
134134
ATTRACTION(30, -3, "Attractions"),
135135
UZINE_COCHON(30, 23, "UZine à cochons"),
136-
VAALON(30, 43, "Vaalon", StationType.INTERSECTION_AND_PORTAL),
136+
VAALON(30, 47, "Vaalon", StationType.INTERSECTION_AND_PORTAL),
137137
MOBY_DICK(89, 47, "New Libery & Moby Dick"),
138138
AGRISUB_1(132, 47, "Agrisub I", StationType.INTERSECTION_AND_PORTAL),
139139
UNKNOWN_11(148, 47, "Inconnue", StationType.INTERSECTION_ONLY, true, false),

0 commit comments

Comments
 (0)