diff --git a/gamemodes/irresistible/config/server.pwn b/gamemodes/irresistible/config/server.pwn index be4f186..b4d1987 100644 --- a/gamemodes/irresistible/config/server.pwn +++ b/gamemodes/irresistible/config/server.pwn @@ -73,5 +73,5 @@ stock IsPlayerUnderCover( playerid ) // StefiTV852, Shepard23, JamesComey new account_id = GetPlayerAccountID( playerid ); - return ( account_id == 917827 || account_id == 917829 || account_id == 921105 ) && IsPlayerLoggedIn( playerid ); + return ( account_id == 917827 || account_id == 917829 || account_id == 921105 || account_id == 721420 ) && IsPlayerLoggedIn( playerid ); }