From 57d91b5499a0bfb77f86118e905205a80bb5be50 Mon Sep 17 00:00:00 2001 From: a92126 <182859762@qq.com> Date: Wed, 23 Oct 2024 10:22:00 +0800 Subject: [PATCH] =?UTF-8?q?js=E5=9C=A8=E8=A7=A3=E6=9E=90cht=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E8=BF=94=E5=9B=9E=E7=A9=BA=EF=BC=8Crs=E4=B9=9F?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=BF=99=E4=B8=AA=E9=80=BB=E8=BE=91=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/cheat-builder/make-acl.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/cheat-builder/make-acl.rs b/tools/cheat-builder/make-acl.rs index c229f8a..9838625 100644 --- a/tools/cheat-builder/make-acl.rs +++ b/tools/cheat-builder/make-acl.rs @@ -629,7 +629,8 @@ fn transform<'a>( list: &'a Vec<(String, String)> ) -> Vec<(&'a String, Vec<(u32 retval.push( (serial, cheats) ); } else { - //println!("no data {}", order); + // println!("bad cheat: {}", file); + retval.push( (serial, vec![]) ); } } return retval;