diff --git a/patcher/src/reflection_patcher.rs b/patcher/src/reflection_patcher.rs index 608e26c..634e5fa 100644 --- a/patcher/src/reflection_patcher.rs +++ b/patcher/src/reflection_patcher.rs @@ -272,7 +272,7 @@ fn gen_tester_method( }; let descriptor = IdMethod::new( - format!("{c_name}_{m_name}_{hash:016x}").into(), + format!("check_is_{c_name}_{m_name}_{hash:016x}").into(), IdMethodType::new( IdType::boolean(), vec![if is_constructor {