diff --git a/ReallifeGamemode.Server/Managers/TuningManager.cs b/ReallifeGamemode.Server/Managers/TuningManager.cs index d8f8268e..4076cbc1 100644 --- a/ReallifeGamemode.Server/Managers/TuningManager.cs +++ b/ReallifeGamemode.Server/Managers/TuningManager.cs @@ -27,7 +27,7 @@ namespace ReallifeGamemode.Server.Managers /// Die Position der Garage public static void AddTuningGarage(Vector3 pos) { - NAPI.Blip.CreateBlip(446, pos, 1f, 4, "Los Santos Customs", shortRange: true); + NAPI.Blip.CreateBlip(446, pos, 0.7f, 4, "Los Santos Customs", shortRange: true); ColShape colShape = NAPI.ColShape.CreateSphereColShape(pos, 5, 0);