Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Nov 16, 2023
1 parent 91c02ba commit aab237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ else
local netId = tonumber(bagName:gsub('entity:', ''), 10)

local idExsist = lib.waitFor(function()
local netIdExsist = NetworkDoesEntityExistWithNetworkId(netId)
local netIdExist = NetworkDoesEntityExistWithNetworkId(netId)

if netIdExsist then return netIdExsist end
end, ('statebag timed out while awaiting entity creation! (%s)'):format(bagName), 10000)
Expand Down

0 comments on commit aab237c

Please sign in to comment.