Skip to content

Commit

Permalink
✏️ ignore/handle lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa committed Nov 17, 2024
1 parent 5c8d65d commit f367b8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions [core]/es_extended/server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if not Config.Multichar then
Wait(0) -- Required
local identifier = ESX.GetIdentifier(playerId)


-- luacheck: ignore
if not SetEntityOrphanMode then
return deferrals.done(("[ESX] ESX Requires a minimum Artifact version of 10188, Please update your server."))
end
Expand Down Expand Up @@ -694,7 +694,7 @@ AddEventHandler("onResourceStart", function(key)
StopResource(key)
error(("WE STOPPED A RESOURCE THAT WILL BREAK ^1ESX^1, PLEASE REMOVE ^5%s^1"):format(key))
end

-- luacheck: ignore
if not SetEntityOrphanMode then
CreateThread(function()
while true do
Expand Down
3 changes: 2 additions & 1 deletion [core]/esx_multicharacter/server/modules/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ function Server:OnConnecting(source, deferrals)
deferrals.defer()
Wait(0) -- Required
local identifier = self:GetIdentifier(source)


-- luacheck: ignore
if not SetEntityOrphanMode then
return deferrals.done(("[ESX] ESX Requires a minimum Artifact version of 10188, Please update your server."))
end
Expand Down

0 comments on commit f367b8e

Please sign in to comment.