Fix DAT files to not insert implicit button connections

This commit is contained in:
Eevee (Evelyn Woods) 2024-04-22 13:57:31 -06:00
parent 1cb92a454d
commit 6c3cf8b4b4

View File

@ -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') {