Skip to content

Commit 05c5d7d

Browse files
authored
Merge pull request #47 from BaziForYou/patch-2
Loop delay up from 0ms to 500ms
2 parents 81f37aa + 6bc0879 commit 05c5d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/observers/interiorIdObserver.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
local _scanDelay = 0
2+
local _scanDelay = 500
33

44
Citizen.CreateThread(function()
55
while true do

0 commit comments

Comments
 (0)