Skip to content

Commit

Permalink
🎨Code formatted in all files
Browse files Browse the repository at this point in the history
  • Loading branch information
wildesPepega authored and ESX GITHUB ACTIONS BOT committed Feb 15, 2024
1 parent 205d1e9 commit f4214dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions [core]/es_extended/client/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion [core]/es_extended/server/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RegisterNetEvent("esx:onPlayerSpawn", function()
end)

AddEventHandler("esx:getSharedObject", function(cb)
cb(ESX)
cb(ESX)
end)

exports("getSharedObject", function()
Expand Down

0 comments on commit f4214dc

Please sign in to comment.