geht nicht anders

This commit is contained in:
Luke
2020-08-03 12:10:43 +02:00
parent 59257c14f4
commit c2492a18d9
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ namespace ReallifeGamemode.Server.DrivingSchool
private static ColShape _colShape1;
public static Vector3 Position { get; }
private const int CHECKPOINT_MARKER_ID = 23;
private const int CHECKPOINT_MARKER_ID = 6;
private readonly IReadOnlyCollection<Vector3> planeRoute = new List<Vector3>
{

View File

@@ -16,7 +16,7 @@ namespace ReallifeGamemode.Server.Job
public override string Name => "Pilot";
private const int CHECKPOINT_MARKER_ID = 23;
private const int CHECKPOINT_MARKER_ID = 6;
public override bool NeedVehicleToStart => false;