From 2bc361b896eece4b92cfbb3890cb0759e0735ce7 Mon Sep 17 00:00:00 2001 From: Damen Date: Thu, 17 Jan 2019 02:09:50 -0500 Subject: [PATCH] UC acc addition --- gamemodes/irresistible/config/server.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }