please run pipeline
1 files changed, 0 insertions(+), 4 deletions(-) M starkingdoms-client/src/pages/ShipEditor.svelte
M starkingdoms-client/src/pages/ShipEditor.svelte => starkingdoms-client/src/pages/ShipEditor.svelte +0 -4
@@ 378,10 378,6 @@ right_rotation, ); } - /*if (grid.get(x)?.get(y - y_dir)?.[1] == rotation) { - // down - children[2] = save_recursive(x, y - y_dir); - }*/ let up_rotation = (rotation + 2) % 4; if ( grid.get(x + x_dir[up_rotation])?.get(y + y_dir[up_rotation])?.[1] ==