From 609dd36f476499c268cf3d57175f3cd00fb6b279 Mon Sep 17 00:00:00 2001 From: jay-fivem <80186604+jay-fivem@users.noreply.github.com> Date: Tue, 16 Nov 2021 20:27:45 +1030 Subject: [PATCH] Bus Job --- shared.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared.lua b/shared.lua index 387fbaf..6224c7d 100644 --- a/shared.lua +++ b/shared.lua @@ -809,7 +809,7 @@ QBShared.Jobs = { }, }, }, - ['bus'] = { + ['bus'] = { label = 'Bus', defaultDuty = true, grades = { @@ -817,6 +817,7 @@ QBShared.Jobs = { name = 'Driver', payment = 50 }, + }, }, ['cardealer'] = { label = 'Vehicle Dealer',