Skip to content

Commit

Permalink
Update management.lua (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
RELCE authored Dec 22, 2023
1 parent 43de2eb commit a5b5965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/management/management.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Management.IsQB()
end

function Management.IsQBX()
local resName = "qbx-management"
local resName = "qbx_management"
if GetResourceState(resName) ~= "missing" then
Management.ResourceName = resName
return true
Expand Down

0 comments on commit a5b5965

Please sign in to comment.