diff --git a/js/game.js b/js/game.js index b4331c8..29f7761 100644 --- a/js/game.js +++ b/js/game.js @@ -492,10 +492,9 @@ export class Level extends LevelInterface { } } } - - if (this.stored_level.only_custom_connections) - return; } + if (this.stored_level.only_custom_connections) + return; // Orange buttons do a really weird diamond search if (connectable.type.connect_order === 'diamond') {