fix bus and pilot

This commit is contained in:
2021-04-11 01:36:39 +02:00
parent fdd7b58857
commit b6885fd884
3 changed files with 6 additions and 2 deletions

View File

@@ -449,6 +449,7 @@ namespace ReallifeGamemode.Server.Job
else if (type == PROFESSIONAL)
playerRoutePair3.Remove(player.Name);
playerRouteCurrent.Remove(player.Name);
BusDriverJob job = JobManager.GetJob<BusDriverJob>();
StartBusRoute(player, type);
}, delayTime: 10000);