diff --git a/ReallifeGamemode.Server/Job/BusDriverJob.cs b/ReallifeGamemode.Server/Job/BusDriverJob.cs index 82149c21..7587bf04 100644 --- a/ReallifeGamemode.Server/Job/BusDriverJob.cs +++ b/ReallifeGamemode.Server/Job/BusDriverJob.cs @@ -302,7 +302,7 @@ namespace ReallifeGamemode.Server.Job if ((VehicleHash)veh.Model == VehicleHash.Coach) { Random rnd = new Random(); - int rroute = rnd.Next(1, 5); + int rroute = rnd.Next(1, 3); switch (rroute) { case 1: @@ -340,7 +340,7 @@ namespace ReallifeGamemode.Server.Job if ((VehicleHash)veh.Model == VehicleHash.Tourbus) { Random rnd = new Random(); - int rroute = rnd.Next(1, 5); + int rroute = rnd.Next(1, 3); switch (rroute) { case 1: