Skip to content

Commit 7889ee4

Browse files
committed
fix(hud): alinha id do plugin Qadmin com o nome do resource (mri-hud)
1 parent 92db20d commit 7889ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ local function registerPlugin()
359359
if GetResourceState('mri_Qadmin') ~= 'started' then return end
360360
local ok, result = pcall(function()
361361
return exports['mri_Qadmin']:RegisterPlugin({
362-
id = 'hud',
362+
id = 'mri-hud',
363363
label = 'HUD',
364364
icon = 'gauge',
365365
resource = GetCurrentResourceName(),

0 commit comments

Comments
 (0)