diff options
| author | 2lag <user@example.com> | 2024-07-18 17:47:36 -0500 |
|---|---|---|
| committer | 2lag <user@example.com> | 2024-07-18 17:47:36 -0500 |
| commit | 3e42460a9d94e6d5dfd96e9a18d20f1734c2aae0 (patch) | |
| tree | b1ccba4d5287f13111ee2b551276ca67ea9f4296 /src/cs2/hack.cpp | |
| parent | c6c3334fc9960bbcd0196f3be818f8642878929a (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 ) { |
