diff --git a/gamemodes/irresistible/anticheat/carwarp.pwn b/gamemodes/irresistible/anticheat/carwarp.pwn index 62263a0..e8a9b29 100644 --- a/gamemodes/irresistible/anticheat/carwarp.pwn +++ b/gamemodes/irresistible/anticheat/carwarp.pwn @@ -26,7 +26,7 @@ hook OnPlayerStateChange( playerid, newstate, oldstate ) if ( p_ac_CarWarpTime[ playerid ] > server_time ) { - CallLocalFunction( "OnPlayerCheatDetected", "ddd", playerid, CHEAT_TYPE_RAPIDFIRE, 0 ); + CallLocalFunction( "OnPlayerCheatDetected", "ddd", playerid, CHEAT_TYPE_CARWARP, 0 ); return Y_HOOKS_BREAK_RETURN_1; }