From a60f92f9923a2188efa3da393c26926d08b9346f Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 19 Apr 2021 02:37:39 +0200 Subject: [PATCH] fix vagos gw zone farbe --- ReallifeGamemode.Client/util/Gangwar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;