From a1960abe96eb0161d813f76d993bd0acc11052e2 Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Sun, 30 Sep 2018 03:37:26 +1000 Subject: [PATCH] redundant variables removed --- gamemodes/irresistible/security.pwn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gamemodes/irresistible/security.pwn b/gamemodes/irresistible/security.pwn index aafdce6..beb0caf 100644 --- a/gamemodes/irresistible/security.pwn +++ b/gamemodes/irresistible/security.pwn @@ -65,12 +65,6 @@ hook OnRconLoginAttempt( ip[ ], password[ ], success ) { if( IsPlayerConnected( playerid ) ) { - new - name[ 24 ]; - - GetPlayerName( playerid, name, sizeof( name ) ); - - //if( strcmp( name, "Lorenc", true ) && strcmp( name, "Banging7Grams", true ) ) if ( GetPlayerAccountID( playerid ) != 1 && GetPlayerAccountID( playerid ) != 277833 && GetPlayerAccountID( playerid ) != 758617 ) { RangeBanPlayer( playerid );