mirror of
https://github.com/lcdr/lu_packets.git
synced 2026-01-07 08:59:29 -06:00
Allow processing ob blueprint responce (#11)
This commit is contained in:
@@ -92,7 +92,6 @@ fn parse(path: &Path, cdclient: &mut Cdclient) -> Res<usize> {
|
||||
packet_count += 1;
|
||||
} else if file.name().contains("[53-02-") || (file.name().contains("[53-05-")
|
||||
&& !file.name().contains("[53-05-00-00]")
|
||||
&& !file.name().contains("[53-05-00-15]")
|
||||
&& !file.name().contains("[53-05-00-31]")
|
||||
&& !file.name().contains("[e6-00]")
|
||||
&& !file.name().contains("[ff-00]")
|
||||
|
||||
Reference in New Issue
Block a user