diff --git a/client/missions/tutorial.lua b/client/missions/tutorial.lua index 4089926..2374488 100644 --- a/client/missions/tutorial.lua +++ b/client/missions/tutorial.lua @@ -49,7 +49,7 @@ function _tutorialLogic() TriggerEvent('esx_phone:addSpecialContact', omegaContact.name, omegaContact.number, omegaContact.base64Icon) numberAdded = true end - if not tutorialDone then + if not isHacker() then drawGenericMarker(Locations.CommRoom.Exit.x, Locations.CommRoom.Exit.y, Locations.CommRoom.Exit.z - 1.0001) if GetDistanceBetweenCoords(Locations.CommRoom.Exit.x, Locations.CommRoom.Exit.y, Locations.CommRoom.Exit.z, GetEntityCoords(PlayerPedId(), true)) < 2 then @@ -84,4 +84,4 @@ function _tutorialLogic() tutorialFinished = true TriggerEvent(eventNamespace .. "getNextTriggerTime") end -end \ No newline at end of file +end