From 7658812e5192957fe131db1661b61d628d1c3fbf Mon Sep 17 00:00:00 2001 From: CroniX Date: Sat, 8 May 2021 23:32:15 +0200 Subject: [PATCH] Add another WT point donuts --- ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs b/ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs index 3906ce52..78a83f3e 100644 --- a/ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs +++ b/ReallifeGamemode.Server/WeaponDeal/WeaponDealPoints.cs @@ -22,9 +22,8 @@ namespace ReallifeGamemode.Server.WeaponDeal public static readonly IReadOnlyCollection StaatsFrakWT_Route = new List { - - new Vector3(3627.138, 3759.711, 28.515) - + new Vector3(3627.138, 3759.711, 28.515), //Human Labs + new Vector3(-1805.300, 3101.446, 32.841) //Staatsfraktions WT Army Base }.AsReadOnly(); public static Vector3 getRndWD_Route(int factionID)