From 34a7812dcecef07160137ce62540bb72906d6427 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 15 Oct 2021 22:42:04 -0500 Subject: [PATCH] Disable some VC skins that were crashing --- scripts/shared/native/gtac.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/shared/native/gtac.js b/scripts/shared/native/gtac.js index 786c8e83..e900db5a 100644 --- a/scripts/shared/native/gtac.js +++ b/scripts/shared/native/gtac.js @@ -165,15 +165,15 @@ let allowedSkins = [ //[6, "Fireman", false], [7, "Golfer", false], //[8, "INVALID", false], - [9, "Random Lady", false], - [10, "Bum", false], + //[9, "Random Lady", false], + //[10, "Bum", false], [11, "Greaser", false], - [12, "Random Guy", false], - [13, "Random Guy", false], - [14, "Random Lady", false], - [15, "Random Guy", false], - [16, "Random Guy", false], - [17, "Beach Girl", false], + //[12, "Random Guy", false], + //[13, "Random Guy", false], + //[14, "Random Lady", false], + //[15, "Random Guy", false], + //[16, "Random Guy", false], + //[17, "Beach Girl", false], [18, "Fat Beach Lady", false], [19, "Beach Guy", false], [20, "Fat Beach Guy", false], @@ -262,7 +262,7 @@ let allowedSkins = [ [103, "Random Guy", false], [104, "Bodyguard", false], [105, "Prostitute", false], - [106, "Prostitute", false], + //[106, "Prostitute", false], [107, "Ricardo Diaz", false], [108, "Love Fist Guy", false], [109, "Ken Rosenburg", false],