fix canSleep variable

This commit is contained in:
ElPumpo
2018-12-30 21:00:49 +01:00
parent ad56a9f008
commit 34bd6bb0fb
+1 -1
View File
@@ -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