diff --git a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs index ae9e57d8..3d99b446 100644 --- a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs +++ b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using GTANetworkAPI; using ReallifeGamemode.Database.Entities; using ReallifeGamemode.Database.Models; @@ -15,7 +15,7 @@ namespace ReallifeGamemode.Server.DrivingSchool private static ColShape _colShape1; public static Vector3 Position { get; } - private const int CHECKPOINT_MARKER_ID = 26; + private const int CHECKPOINT_MARKER_ID = 23; private readonly IReadOnlyCollection planeRoute = new List { diff --git a/ReallifeGamemode.Server/Job/PilotJob.cs b/ReallifeGamemode.Server/Job/PilotJob.cs index 148d07d6..50589e74 100644 --- a/ReallifeGamemode.Server/Job/PilotJob.cs +++ b/ReallifeGamemode.Server/Job/PilotJob.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using GTANetworkAPI; using Newtonsoft.Json; @@ -16,7 +16,7 @@ namespace ReallifeGamemode.Server.Job public override string Name => "Pilot"; - private const int CHECKPOINT_MARKER_ID = 26; + private const int CHECKPOINT_MARKER_ID = 23; public override bool NeedVehicleToStart => false;