mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Change coord grabbing back to client
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ Citizen.CreateThread(function()
|
||||
while true do
|
||||
Citizen.Wait(7)
|
||||
if isLoggedIn then
|
||||
Citizen.Wait((1000 * 60) * 10)
|
||||
Citizen.Wait((1000 * 60) * 5)
|
||||
TriggerEvent("QBCore:Player:UpdatePlayerData")
|
||||
else
|
||||
Citizen.Wait(5000)
|
||||
|
||||
Reference in New Issue
Block a user