From f4214dc2fe31bfa66351f82d763b260343117f9e Mon Sep 17 00:00:00 2001 From: wildesPepega Date: Thu, 15 Feb 2024 20:08:21 +0000 Subject: [PATCH] :art:Code formatted in all files --- [core]/es_extended/client/functions.lua | 6 +++--- [core]/es_extended/server/common.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[core]/es_extended/client/functions.lua b/[core]/es_extended/client/functions.lua index 765c9edb78..d197bccd77 100644 --- a/[core]/es_extended/client/functions.lua +++ b/[core]/es_extended/client/functions.lua @@ -58,9 +58,9 @@ function ESX.Progressbar(message, length, Options) end function ESX.ShowNotification(message) - SetNotificationTextEntry("STRING") - AddTextComponentString(message) - DrawNotification(0, 1) + SetNotificationTextEntry("STRING") + AddTextComponentString(message) + DrawNotification(0, 1) end function ESX.TextUI(message, notifyType) diff --git a/[core]/es_extended/server/common.lua b/[core]/es_extended/server/common.lua index 2e2d8b7a1d..d7d29f1515 100644 --- a/[core]/es_extended/server/common.lua +++ b/[core]/es_extended/server/common.lua @@ -19,7 +19,7 @@ RegisterNetEvent("esx:onPlayerSpawn", function() end) AddEventHandler("esx:getSharedObject", function(cb) - cb(ESX) + cb(ESX) end) exports("getSharedObject", function()