Skip to content

Commit

Permalink
chore: (esx_mechnicjob) 🎨 Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Apr 10, 2024
1 parent 320df5d commit 931cd13
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ function StopNPCJob(cancel)

if cancel then
ESX.ShowNotification(TranslateCap('mission_canceled'), "error")
else
--TriggerServerEvent('esx_mechanicjob:onNPCJobCompleted')
end
end

Expand All @@ -65,7 +63,7 @@ function OpenMechanicActionsMenu()
if Config.EnablePlayerManagement and ESX.PlayerData.job and ESX.PlayerData.job.grade_name == 'boss' then
elements[#elements+1] = {
icon = 'fas fa-boss',
title = TranslateCap('boss_actions'),
title = TranslateCap('boss_actions'),
value = 'boss_actions'
}
end
Expand Down Expand Up @@ -109,7 +107,7 @@ function OpenMechanicActionsMenu()
if Config.EnablePlayerManagement and ESX.PlayerData.job and (ESX.PlayerData.job.grade_name == 'boss' or ESX.PlayerData.job.grade_name == 'chief' or ESX.PlayerData.job.grade_name == 'experimente') then
elements2[#elements2+1] = {
icon = 'fas fa-truck',
title = 'Slamvan',
title = 'Slamvan',
value = 'slamvan3'
}
end
Expand Down
Loading

0 comments on commit 931cd13

Please sign in to comment.