fix(es_extended/client/modules/actions.lua) Fix Syntax Error

This commit is contained in:
Meyndflay
2025-06-09 20:23:44 +08:00
parent fab7f88910
commit c10097df4f
@@ -42,7 +42,7 @@ end
function Actions:TrackPedCoordsOnce()
CreateThread(function()
while not ESX.IsPlayerLoaded() then
while not ESX.IsPlayerLoaded() do
Wait(250)
end