From 5b4dd74a5e4d6c77ef010d8aa88b7baee2d27cf1 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Thu, 13 Mar 2025 17:11:22 +0100 Subject: [PATCH] rename method name --- patcher/src/reflection_patcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {