Add another WT point donuts

This commit is contained in:
CroniX
2021-05-08 23:32:15 +02:00
parent 2e54d434c9
commit 7658812e51

View File

@@ -22,9 +22,8 @@ namespace ReallifeGamemode.Server.WeaponDeal
public static readonly IReadOnlyCollection<Vector3> StaatsFrakWT_Route = new List<Vector3>
{
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)