From dbc5a3a67ae47ff00d652bb85c53f24987b02197 Mon Sep 17 00:00:00 2001 From: Mr-Auto <36127424+Mr-Auto@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:58:35 +0200 Subject: [PATCH] . --- src/game_api/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_api/search.cpp b/src/game_api/search.cpp index 9563c833f..c0fc44f13 100644 --- a/src/game_api/search.cpp +++ b/src/game_api/search.cpp @@ -1582,7 +1582,7 @@ std::unordered_map g_address_rules{ { "get_entity_name"sv, PatternCommandBuffer{} - find_after_inst("48 89 F2 66 41 B8 80 00 45 31 C9"_gh) + .find_after_inst("48 89 F2 66 41 B8 80 00 45 31 C9"_gh) .decode_call() .at_exe(), },