diff --git a/gamemodes/irresistible/cnr/features/cop/arrest.pwn b/gamemodes/irresistible/cnr/features/cop/arrest.pwn index 55668e7..4f40050 100644 --- a/gamemodes/irresistible/cnr/features/cop/arrest.pwn +++ b/gamemodes/irresistible/cnr/features/cop/arrest.pwn @@ -503,7 +503,7 @@ stock AwardNearestLEO( playerid, reason ) new closestLEO = GetClosestPlayerEx( playerid, CLASS_POLICE, radius ); - if ( IsPlayerConnected( closestLEO ) ) + if ( IsPlayerConnected( closestLEO ) && !p_Spectating{ closestLEO } ) { new reasonText[ 24 ];