mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:01:22 +00:00
fix(realestate): Corrected function
This commit is contained in:
@@ -304,8 +304,7 @@ AddEventHandler('esx_phone:loaded', function(phoneNumber, contacts)
|
||||
end)
|
||||
|
||||
if ESX.PlayerLoaded and ESX.PlayerData.job.name == 'realestateagent' then
|
||||
Config.Zones.OfficeActions.Type = 1
|
||||
else
|
||||
Config.Zones.OfficeActions.Type = -1
|
||||
end
|
||||
end)
|
||||
Config.Zones.OfficeActions.Type = 1
|
||||
else
|
||||
Config.Zones.OfficeActions.Type = -1
|
||||
end
|
||||
Reference in New Issue
Block a user