diff options
| author | 2lag <aidenhelfman@gmail.com> | 2024-07-18 17:47:36 -0500 |
|---|---|---|
| committer | 2lag <aidenhelfman@gmail.com> | 2024-07-18 17:47:36 -0500 |
| commit | 9677233af1c4829fc080c9b9aee5e90a4e7cb46e (patch) | |
| tree | b1ccba4d5287f13111ee2b551276ca67ea9f4296 /src/cs2/hack.cpp | |
| parent | 819cf3e4e8abb5ad41d8830155fc20bd833b21e8 (diff) | |
Diffstat (limited to 'src/cs2/hack.cpp')
| -rw-r--r-- | src/cs2/hack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cs2/hack.cpp b/src/cs2/hack.cpp index c98337a..a9be030 100644 --- a/src/cs2/hack.cpp +++ b/src/cs2/hack.cpp @@ -20,7 +20,7 @@ PROCESS64* hack_init() { } bool hack_run( PROCESS64* p ) { - perf_run_metric( perf_loop_start ); + perf_run_metric( perf_loop_begin ); CS2* cs = (CS2*)p; for( I32 i = 0; i < 64; ++i ) { |
