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,