Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto authored Sep 13, 2024
1 parent 85d07ed commit dbc5a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_api/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ std::unordered_map<std::string_view, AddressRule> 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(),
},
Expand Down

0 comments on commit dbc5a3a

Please sign in to comment.