Skip to content

Commit

Permalink
chore: (esx_drivingschooljob\server\main.lua) remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Sep 14, 2023
1 parent 1abbce2 commit 2732c5a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
ESX = nil
ESX = exports["es_extended"]:getSharedObject()

if Config.MaxInService ~= -1 then
TriggerEvent('esx_service:activateService', 'driving', Config.MaxInService)
end

-- TriggerEvent('esx_phone:registerNumber', 'driving', _U('alert_driving'), true, true)
TriggerEvent('esx_society:registerSociety', 'driving', 'Driving', 'society_driving', 'society_driving', 'society_driving', {type = 'public'})

ESX.RegisterServerCallback('esx_drivingschooljob:getPlayerInventory', function(source, cb)
Expand Down

0 comments on commit 2732c5a

Please sign in to comment.