Fix DAT files to not insert implicit button connections
This commit is contained in:
parent
1cb92a454d
commit
6c3cf8b4b4
@ -492,10 +492,9 @@ export class Level extends LevelInterface {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (this.stored_level.only_custom_connections)
|
if (this.stored_level.only_custom_connections)
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
// Orange buttons do a really weird diamond search
|
// Orange buttons do a really weird diamond search
|
||||||
if (connectable.type.connect_order === 'diamond') {
|
if (connectable.type.connect_order === 'diamond') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user