From c9a179f143f5dfd1cfce00bef3de0077ee736c2b Mon Sep 17 00:00:00 2001 From: Benzo <102178921+Benzo00@users.noreply.github.com> Date: Fri, 1 Apr 2022 14:28:24 +0200 Subject: [PATCH] Update main.lua --- [esx_addons]/esx_property/client/main.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/[esx_addons]/esx_property/client/main.lua b/[esx_addons]/esx_property/client/main.lua index 185416bd..6b831b9b 100644 --- a/[esx_addons]/esx_property/client/main.lua +++ b/[esx_addons]/esx_property/client/main.lua @@ -890,6 +890,7 @@ CreateThread(function() CurrentAction = nil end - Wait(Sleep) end + Wait(Sleep) +end end)