Skip to content

Commit

Permalink
feat(server): fire event when doorlocks are loaded (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
antond15 authored Jun 8, 2024
1 parent 5852894 commit 336f2c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ MySQL.ready(function()
end

isLoaded = true

TriggerEvent('ox_doorlock:loaded')
end)

---@param id number
Expand Down

0 comments on commit 336f2c0

Please sign in to comment.