From c2492a18d9f82b6916da9e716f883e57398155eb Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 3 Aug 2020 12:10:43 +0200 Subject: [PATCH] geht nicht anders --- ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs | 2 +- ReallifeGamemode.Server/Job/PilotJob.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs index 3d99b446..c75ac8b9 100644 --- a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs +++ b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs @@ -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 planeRoute = new List { diff --git a/ReallifeGamemode.Server/Job/PilotJob.cs b/ReallifeGamemode.Server/Job/PilotJob.cs index 50589e74..be57f22d 100644 --- a/ReallifeGamemode.Server/Job/PilotJob.cs +++ b/ReallifeGamemode.Server/Job/PilotJob.cs @@ -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;