diff --git a/client/main.lua b/client/main.lua index ba6101b8..b557b415 100644 --- a/client/main.lua +++ b/client/main.lua @@ -74,7 +74,7 @@ Citizen.CreateThread(function() for k,v in pairs(Config.ATMLocations) do if GetDistanceBetweenCoords(coords, v.x, v.y, v.z, true) < 1.0 then - isInATMMarker, canSleep = true, true + isInATMMarker, canSleep = true, false break end end