From e1e4b3a2de7516fa6c87be2e0af899bff38f8111 Mon Sep 17 00:00:00 2001 From: aviate Date: Wed, 11 Sep 2019 18:44:03 +0200 Subject: [PATCH] changed boatbiz location --- ReallifeGamemode.Server/Business/BoatDealerBusiness.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Server/Business/BoatDealerBusiness.cs b/ReallifeGamemode.Server/Business/BoatDealerBusiness.cs index 07bff5b3..f20dd17d 100644 --- a/ReallifeGamemode.Server/Business/BoatDealerBusiness.cs +++ b/ReallifeGamemode.Server/Business/BoatDealerBusiness.cs @@ -11,9 +11,9 @@ namespace ReallifeGamemode.Server.Business public override string Name => "Boot Shop"; - public override Vector3 Position => new Vector3(-785.9267,- 1355.77, 5.150267); + public override Vector3 Position => new Vector3(-712.2401, -1298.818, 5.101922); - public override Vector3 CarSpawnPositon => new Vector3(-792.5602, - 1433.158, 1.333062); + public override Vector3 CarSpawnPositon => new Vector3(-792.5602, -1433.158, 1.333062); public override float CarSpawnHeading => 356.6f;