From c10097df4f175c045f6d21d516f98cd549ca2f9a Mon Sep 17 00:00:00 2001 From: Meyndflay Date: Mon, 9 Jun 2025 20:23:44 +0800 Subject: [PATCH] fix(es_extended/client/modules/actions.lua) Fix Syntax Error --- [core]/es_extended/client/modules/actions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/es_extended/client/modules/actions.lua b/[core]/es_extended/client/modules/actions.lua index ea54afb1..c021f350 100644 --- a/[core]/es_extended/client/modules/actions.lua +++ b/[core]/es_extended/client/modules/actions.lua @@ -42,7 +42,7 @@ end function Actions:TrackPedCoordsOnce() CreateThread(function() - while not ESX.IsPlayerLoaded() then + while not ESX.IsPlayerLoaded() do Wait(250) end