diff --git a/ReallifeGamemode.Client/util/Gangwar.ts b/ReallifeGamemode.Client/util/Gangwar.ts index 962add52..f9136552 100644 --- a/ReallifeGamemode.Client/util/Gangwar.ts +++ b/ReallifeGamemode.Client/util/Gangwar.ts @@ -112,7 +112,7 @@ self.colorZone_g = 87; self.colorZone_b = 0; } else if (owner === "Vagos") { - self.color = 0; + self.color = 33; self.colorZone_r = 255; self.colorZone_g = 255; self.colorZone_b = 100;