diff --git a/ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs b/ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs index 769c343d..19e4bcea 100644 --- a/ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs +++ b/ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs @@ -12,12 +12,12 @@ namespace ReallifeGamemode.Server.WeaponDeal public static readonly IReadOnlyCollection WT_Route = new List { //new Vector3(2465.163, 1589.396, 32.72029), ungeeignet - new Vector3(1532.045, 1702.775, 109.7561), //Hütte iwo Östlich - new Vector3(58.67861, 3717.103, 39.75301), //Lost MC - new Vector3(-2174.734, 4269.301, 48.95574), //Army Base - new Vector3(2530.14, 2617.15, 37.76), - new Vector3(-3179.78, 820.08, 3.59), - new Vector3(-1889.91, 2045.6, 140.68) + new Vector3(1532.045, 1702.775, 107.7561), //Hütte iwo Östlich + new Vector3(58.67861, 3717.103, 37.75301), //Lost MC + new Vector3(-2174.734, 4269.301, 46.95574), //Army Base + new Vector3(2530.14, 2617.15, 35.76), + new Vector3(-3179.78, 820.08, 1.59), + new Vector3(-1889.91, 2045.6, 138.68) }.AsReadOnly(); public static Vector3 getRndWD_Route(int factionID)