This commit is contained in:
Chipperfluff 2025-12-16 05:49:51 +01:00
parent bbd5a78a7f
commit ef0ad43351

View File

@ -18,8 +18,8 @@ public class CorridorEWStructure extends ChipiStructure {
// west side centered at (0,0,0) // west side centered at (0,0,0)
return center.add( return center.add(
0, 0,
0, -2,
0 -2
); );
} }
} }