From 3f2d93db7355c73b0634d55624b326061b6257fc Mon Sep 17 00:00:00 2001 From: aviate Date: Sat, 7 Sep 2019 22:39:38 +0200 Subject: [PATCH] changed house icon size --- ReallifeGamemode.Server/Managers/HouseManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Managers/HouseManager.cs b/ReallifeGamemode.Server/Managers/HouseManager.cs index e3838bcf..8e1d64b8 100644 --- a/ReallifeGamemode.Server/Managers/HouseManager.cs +++ b/ReallifeGamemode.Server/Managers/HouseManager.cs @@ -110,7 +110,7 @@ namespace ReallifeGamemode.Server.Managers } else { - houseBlips[house.Id] = NAPI.Blip.CreateBlip(40, house.Position, 1.0f, 11, "Haus", shortRange: true); + houseBlips[house.Id] = NAPI.Blip.CreateBlip(40, house.Position, 0.7f, 11, "Haus", shortRange: true); } houseLabels[house.Id] = NAPI.TextLabel.CreateTextLabel(text, house.Position, 10f, 1f, 0, new Color(255, 255, 255));