fix pilot

This commit is contained in:
2021-04-11 01:47:49 +02:00
parent b6885fd884
commit 225a57c605
3 changed files with 12 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ namespace ReallifeGamemode.Server.Job
private static readonly List<Player> jobPlayer = new List<Player>();
public static Dictionary<Player, Vehicle> playerVehiclePair = new Dictionary<Player, Vehicle>();
public static List<Player>
public static List<Player> _CHANGING_VEHICLE = new List<Player>();
public abstract int Id { get; }