change z coordinate wt points
This commit is contained in:
@@ -21,8 +21,8 @@ namespace ReallifeGamemode.Server.WeaponDeal
|
|||||||
|
|
||||||
public static readonly IReadOnlyCollection<Vector3> StaatsFrakWT_Route = new List<Vector3>
|
public static readonly IReadOnlyCollection<Vector3> StaatsFrakWT_Route = new List<Vector3>
|
||||||
{
|
{
|
||||||
new Vector3(3627.138, 3759.711, 28.515), //Human Labs
|
new Vector3(3627.138, 3759.711, 25.515), //Human Labs
|
||||||
new Vector3(-1805.300, 3101.446, 32.841) //Staatsfraktions WT Army Base
|
new Vector3(-1805.300, 3101.446, 29.841) //Staatsfraktions WT Army Base
|
||||||
}.AsReadOnly();
|
}.AsReadOnly();
|
||||||
|
|
||||||
public static Vector3 getRndWD_Route(int factionID)
|
public static Vector3 getRndWD_Route(int factionID)
|
||||||
|
|||||||
Reference in New Issue
Block a user