Skip to content

Commit

Permalink
fix(qbx): Radialmenu resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jan 23, 2024
1 parent 2461991 commit eb56f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/radial/radial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Radial.IsQB()
end

function Radial.IsQBX()
local resName = "qbx-radialmenu"
local resName = "qbx_radialmenu"
if GetResourceState(resName) ~= "missing" then
Radial.ResourceName = resName
return true
Expand Down

0 comments on commit eb56f9e

Please sign in to comment.