From 4303f0cf142d260b929cd7720424d47390711666 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Tue, 30 Mar 2021 00:28:23 +0200 Subject: [PATCH] Gangwar Fix 13 --- 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 0b768f01..9650bc84 100644 --- a/ReallifeGamemode.Client/util/Gangwar.ts +++ b/ReallifeGamemode.Client/util/Gangwar.ts @@ -124,7 +124,7 @@ loadArea() { var self = this; - self.blip = mp.blips.new(5, self.vector[self.x, self.y, 0], { + self.blip = mp.blips.new(5, self.vector, { alpha: 70, color: self.color, rotation: self.rotation,