diff --git a/ReallifeGamemode.Server/Job/BusDriverJob.cs b/ReallifeGamemode.Server/Job/BusDriverJob.cs index e8eee500..969f1e87 100644 --- a/ReallifeGamemode.Server/Job/BusDriverJob.cs +++ b/ReallifeGamemode.Server/Job/BusDriverJob.cs @@ -565,6 +565,11 @@ namespace ReallifeGamemode.Server.Job return; } + if(!playerVehiclePair.ContainsKey(player)) + { + return; + } + if (JobManager.playerTimersJobVehicleRespawn.ContainsKey(player)) { JobManager.playerTimersJobVehicleRespawn[player].Stop();