diff --git a/[esx_addons]/esx_realestateagentjob/client/main.lua b/[esx_addons]/esx_realestateagentjob/client/main.lua index 2d23983a..7efe4c9f 100644 --- a/[esx_addons]/esx_realestateagentjob/client/main.lua +++ b/[esx_addons]/esx_realestateagentjob/client/main.lua @@ -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) \ No newline at end of file + Config.Zones.OfficeActions.Type = 1 +else + Config.Zones.OfficeActions.Type = -1 +end \ No newline at end of file