diff options
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 ) { |
